aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-09-24 12:34:57 +0300
committerXhmikosR <[email protected]>2019-09-24 13:09:25 +0300
commit04796b8f3aeb461d38fc265c1566821fc5ec299c (patch)
treeb3657f6cb7429873c00c6aecb4f7b1a81e7f5ecc /site
parent84861ceadbb09ada3598a632fd0f5e1cc80b0e7a (diff)
downloadbootstrap-04796b8f3aeb461d38fc265c1566821fc5ec299c.tar.xz
bootstrap-04796b8f3aeb461d38fc265c1566821fc5ec299c.zip
Update devDependencies.
Diffstat (limited to 'site')
-rw-r--r--site/.eslintrc.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/site/.eslintrc.json b/site/.eslintrc.json
index 56f36177e..1d10223fc 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",