Skip to content

Commit 9733785

Browse files
committed
feat(eslint): add no-negated-condition (eslint v1.6.0)
1 parent 7462c7a commit 9733785

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/common.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ module.exports = {
199199
{ max: 2 },
200200
],
201201
'no-native-reassign': ERROR,
202+
'no-negated-condition': OFF,
202203
'no-negated-in-lhs': ERROR,
203204
'no-nested-ternary': OFF,
204205
'no-new': WARN,

0 commit comments

Comments
 (0)