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 /.eslintrc.json
parent84861ceadbb09ada3598a632fd0f5e1cc80b0e7a (diff)
Update devDependencies.
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 32139dfe9a..ffd5b5ed62 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -35,10 +35,12 @@
"error",
"never"
],
+ "unicorn/consistent-function-scoping": "off",
"unicorn/explicit-length-check": "off",
"unicorn/import-index": "off",
"unicorn/no-for-loop": "off",
"unicorn/no-unused-properties": "error",
+ "unicorn/prefer-dataset": "off",
"unicorn/prefer-includes": "off",
"unicorn/prefer-node-append": "off",
"unicorn/prefer-node-remove": "off",