aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-06-03 14:26:52 +0300
committerGitHub <[email protected]>2019-06-03 14:26:52 +0300
commit8f97e2dc529c0c2069e1f702b7be4ec5d19e2cae (patch)
tree53bdbc246cc9a163d95de44e4f43cb1d6cf68a22 /site
parent8a79cf894d3fe53b5d059a732aab7c9df02a405f (diff)
downloadbootstrap-8f97e2dc529c0c2069e1f702b7be4ec5d19e2cae.tar.xz
bootstrap-8f97e2dc529c0c2069e1f702b7be4ec5d19e2cae.zip
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')
-rw-r--r--site/.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/.eslintrc.json b/site/.eslintrc.json
index 8cda59ae2..9c5279551 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",