Skip to content

Commit

Permalink
Remove id-blacklist rule and use AirBnb's setting
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Mar 15, 2017
1 parent bc33e5b commit 96569b1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions rules/best-practices.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@ module.exports = {
// require the use of === and !==
// http://eslint.org/docs/rules/eqeqeq
eqeqeq: 'error',
// Blacklist certain identifiers to prevent them being used
// http://eslint.org/docs/rules/id-blacklist
'id-blacklist': [ 'error',
'callback',
'cb',
'data',
'e',
'err',
],
// disallow unmodified conditions of loops
// http://eslint.org/docs/rules/no-unmodified-loop-condition
'no-unmodified-loop-condition': 'error',
Expand Down

0 comments on commit 96569b1

Please sign in to comment.