ESLint: disable `no-negated-condition` rule (#35137)

This commit is contained in:
XhmikosR 2021-10-08 12:47:55 +03:00 committed by GitHub
parent a260967a55
commit ec62be2724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@
}
],
"no-console": "error",
"no-negated-condition": "off",
"object-curly-spacing": [
"error",
"always"

View File

@ -28,6 +28,7 @@
"error",
"always-multiline"
],
"no-negated-condition": "off",
"no-new": "off",
"no-var": "off",
"object-curly-spacing": [