diff options
| author | XhmikosR <[email protected]> | 2021-01-27 18:37:18 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-27 18:37:18 +0200 |
| commit | 17d8fba548909db2ce358ddfeaaab292cacc0874 (patch) | |
| tree | 65983905058ba6f91952fbe0e5947cfbf3fdff4e /js/tests/unit | |
| parent | 6ffb0b48e455430f8a5359ed689ad64c1143fac2 (diff) | |
| download | bootstrap-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.json | 3 |
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" } } |
