aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-10-08 12:47:55 +0300
committerGitHub <[email protected]>2021-10-08 12:47:55 +0300
commitec62be2724e975b6aee2eb97e5f9bb11143c0a34 (patch)
tree21bab336db12f17457adcfae53a8d6f7e117b77d /site
parenta260967a55806a26bee15a5c1eb890c9e6a3ba02 (diff)
downloadbootstrap-ec62be2724e975b6aee2eb97e5f9bb11143c0a34.tar.xz
bootstrap-ec62be2724e975b6aee2eb97e5f9bb11143c0a34.zip
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 656465c39..56b3b4040 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": [