Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-10-08 12:47:55 +0300
committerGitHub <noreply@github.com>2021-10-08 12:47:55 +0300
commitec62be2724e975b6aee2eb97e5f9bb11143c0a34 (patch)
tree21bab336db12f17457adcfae53a8d6f7e117b77d /site
parenta260967a55806a26bee15a5c1eb890c9e6a3ba02 (diff)
ESLint: disable `no-negated-condition` rule (#35137)
Diffstat (limited to 'site')
-rw-r--r--site/.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/.eslintrc.json b/site/.eslintrc.json
index 656465c39e..56b3b40404 100644
--- a/site/.eslintrc.json
+++ b/site/.eslintrc.json
@@ -28,6 +28,7 @@
"error",
"always-multiline"
],
+ "no-negated-condition": "off",
"no-new": "off",
"no-var": "off",
"object-curly-spacing": [