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 /.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 '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index bd10c9a40b..c4ae0d667f 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -45,6 +45,7 @@
],
"unicorn/explicit-length-check": "off",
"unicorn/import-index": "off",
+ "unicorn/no-for-loop": "off",
"unicorn/no-unused-properties": "error",
"unicorn/prefer-includes": "off",
"unicorn/prefer-node-append": "off",