Skip to content

Commit

Permalink
disallow negating the left operand of relational operators (no-unsafe…
Browse files Browse the repository at this point in the history
…-negation)

standard/standard#595
  • Loading branch information
feross committed Aug 19, 2016
1 parent afc6a0a commit a710453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
"no-unneeded-ternary": [2, { "defaultAssignment": false }],
"no-unreachable": 2,
"no-unsafe-finally": 2,
"no-unsafe-negation": 2,
"no-unused-vars": [2, { "vars": "all", "args": "none" }],
"no-useless-call": 2,
"no-useless-computed-key": 2,
Expand Down

0 comments on commit a710453

Please sign in to comment.