Skip to content

Commit

Permalink
Override eqeqeq rule to not allow null
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed May 5, 2016
1 parent 5f6387a commit 14ee951
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rules/best-practices.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module.exports = {
'rules': {
// require the use of === and !==
// http://eslint.org/docs/rules/eqeqeq
'eqeqeq': 2,
// Blacklist certain identifiers to prevent them being used
// http://eslint.org/docs/rules/id-blacklist
'id-blacklist': [2,
Expand Down

0 comments on commit 14ee951

Please sign in to comment.