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>2019-09-24 12:34:57 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-09-24 13:09:25 +0300
commit04796b8f3aeb461d38fc265c1566821fc5ec299c (patch)
treeb3657f6cb7429873c00c6aecb4f7b1a81e7f5ecc /site/.eslintrc.json
parent84861ceadbb09ada3598a632fd0f5e1cc80b0e7a (diff)
Update devDependencies.
Diffstat (limited to 'site/.eslintrc.json')
-rw-r--r--site/.eslintrc.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/site/.eslintrc.json b/site/.eslintrc.json
index 56f36177e3..1d10223fc3 100644
--- a/site/.eslintrc.json
+++ b/site/.eslintrc.json
@@ -33,7 +33,9 @@
"never"
],
"strict": "error",
+ "unicorn/consistent-function-scoping": "off",
"unicorn/no-for-loop": "off",
+ "unicorn/prefer-dataset": "off",
"unicorn/prefer-includes": "off",
"unicorn/prefer-node-append": "off",
"unicorn/prefer-query-selector": "off",