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-06-03 14:26:52 +0300
committerGitHub <noreply@github.com>2019-06-03 14:26:52 +0300
commit8f97e2dc529c0c2069e1f702b7be4ec5d19e2cae (patch)
tree53bdbc246cc9a163d95de44e4f43cb1d6cf68a22 /site/.eslintrc.json
parent8a79cf894d3fe53b5d059a732aab7c9df02a405f (diff)
Update devDependencies. (#28798)
Notably: * bundlesize 0.15.3 → ^0.17.2 * eslint-plugin-unicorn ^8.0.2 → ^9.0.0 * terser ^3.17.0 → ^4.0.0
Diffstat (limited to 'site/.eslintrc.json')
-rw-r--r--site/.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/.eslintrc.json b/site/.eslintrc.json
index 8cda59ae28..9c52795518 100644
--- a/site/.eslintrc.json
+++ b/site/.eslintrc.json
@@ -32,6 +32,7 @@
"never"
],
"strict": "error",
+ "unicorn/no-for-loop": "off",
"unicorn/prefer-includes": "off",
"unicorn/prefer-node-append": "off",
"unicorn/prefer-query-selector": "off",