mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
ESLint: disable no-negated-condition rule (#35137)
This commit is contained in:
parent
a260967a55
commit
ec62be2724
2 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
|||
}
|
||||
],
|
||||
"no-console": "error",
|
||||
"no-negated-condition": "off",
|
||||
"object-curly-spacing": [
|
||||
"error",
|
||||
"always"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
"error",
|
||||
"always-multiline"
|
||||
],
|
||||
"no-negated-condition": "off",
|
||||
"no-new": "off",
|
||||
"no-var": "off",
|
||||
"object-curly-spacing": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue