mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
ESLint: disable no-negated-condition rule (#35137)
This commit is contained in:
@@ -37,6 +37,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"no-console": "error",
|
"no-console": "error",
|
||||||
|
"no-negated-condition": "off",
|
||||||
"object-curly-spacing": [
|
"object-curly-spacing": [
|
||||||
"error",
|
"error",
|
||||||
"always"
|
"always"
|
||||||
|
|||||||
@@ -28,6 +28,7 @@
|
|||||||
"error",
|
"error",
|
||||||
"always-multiline"
|
"always-multiline"
|
||||||
],
|
],
|
||||||
|
"no-negated-condition": "off",
|
||||||
"no-new": "off",
|
"no-new": "off",
|
||||||
"no-var": "off",
|
"no-var": "off",
|
||||||
"object-curly-spacing": [
|
"object-curly-spacing": [
|
||||||
|
|||||||
Reference in New Issue
Block a user