aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-01-27 18:37:18 +0200
committerGitHub <[email protected]>2021-01-27 18:37:18 +0200
commit17d8fba548909db2ce358ddfeaaab292cacc0874 (patch)
tree65983905058ba6f91952fbe0e5947cfbf3fdff4e /js/tests/unit
parent6ffb0b48e455430f8a5359ed689ad64c1143fac2 (diff)
downloadbootstrap-17d8fba548909db2ce358ddfeaaab292cacc0874.tar.xz
bootstrap-17d8fba548909db2ce358ddfeaaab292cacc0874.zip
Update devDependencies (#32852)
Pin karma and linkinator due to failures
Diffstat (limited to 'js/tests/unit')
-rw-r--r--js/tests/unit/.eslintrc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/tests/unit/.eslintrc.json b/js/tests/unit/.eslintrc.json
index 8782d64c7..2461403d9 100644
--- a/js/tests/unit/.eslintrc.json
+++ b/js/tests/unit/.eslintrc.json
@@ -25,7 +25,8 @@
"no-var": "off",
"object-shorthand": "off",
"prefer-arrow-callback": "off",
+ "prefer-rest-params": "off",
"prefer-template": "off",
- "prefer-rest-params": "off"
+ "unicorn/prefer-spread": "off"
}
}