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-08-26 19:33:26 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-08-30 15:51:44 +0300
commitc02805bb8c9f5467a5d3fdb93edb5049272eb0a7 (patch)
treedae4a658ffd35984487bb9a79987ea90d9fac2be /.eslintrc.json
parent4a4b61f0825ddbdb8acf1e9d3f1c1049a79aa3c7 (diff)
Move a few ESLint rules where they are needed.
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 0174b84d02..9bd404dfa3 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -49,7 +49,6 @@
"error",
"never"
],
- "unicorn/consistent-function-scoping": "off",
"unicorn/explicit-length-check": "off",
"unicorn/no-array-callback-reference": "off",
"unicorn/no-array-for-each": "off",
@@ -57,7 +56,6 @@
"unicorn/no-for-loop": "off",
"unicorn/no-null": "off",
"unicorn/no-unused-properties": "error",
- "unicorn/no-useless-undefined": "off",
"unicorn/numeric-separators-style": "off",
"unicorn/prefer-array-flat": "off",
"unicorn/prefer-dom-node-dataset": "off",