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
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 /.eslintrc.json
parenta260967a55806a26bee15a5c1eb890c9e6a3ba02 (diff)
ESLint: disable `no-negated-condition` rule (#35137)
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 1e45281a27..d8e83a8d2e 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -37,6 +37,7 @@
}
],
"no-console": "error",
+ "no-negated-condition": "off",
"object-curly-spacing": [
"error",
"always"