infra: enable no-negated-condition eslint rule (#3283)

* infra: enable no-negated-condition eslint rule

* dev

* dev
This commit is contained in:
Alexandr Garbuzov
2023-10-15 21:38:32 +03:00
committed by GitHub
parent 2567a6e580
commit 8278980d25
10 changed files with 59 additions and 59 deletions
+1 -1
View File
@@ -195,7 +195,7 @@
// "no-lonely-if": "warn",
"no-mixed-spaces-and-tabs": "warn",
"no-multiple-empty-lines": "warn",
// "no-negated-condition": "off",
"no-negated-condition": "warn",
// "no-nested-ternary": "warn",
// "no-new-object": "warn",
// "no-plusplus": "off",