Skip to content

Commit

Permalink
Disallow comparing against -0 (no-compare-neg-zero)
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Apr 4, 2017
1 parent 31a03e3 commit 85f56d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Expand Up @@ -57,6 +57,7 @@
"no-array-constructor": "error",
"no-caller": "error",
"no-class-assign": "error",
"no-compare-neg-zero": "error",
"no-cond-assign": "error",
"no-const-assign": "error",
"no-constant-condition": ["error", { "checkLoops": false }],
Expand Down

0 comments on commit 85f56d8

Please sign in to comment.