mirror of https://github.com/twbs/bootstrap.git
ESLint: disable `no-negated-condition` rule (#35137)
This commit is contained in:
parent
a260967a55
commit
ec62be2724
|
@ -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 New Issue