diff options
| author | XhmikosR <[email protected]> | 2021-08-26 19:33:26 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-08-30 15:51:44 +0300 |
| commit | c02805bb8c9f5467a5d3fdb93edb5049272eb0a7 (patch) | |
| tree | dae4a658ffd35984487bb9a79987ea90d9fac2be /js/tests | |
| parent | 4a4b61f0825ddbdb8acf1e9d3f1c1049a79aa3c7 (diff) | |
| download | bootstrap-c02805bb8c9f5467a5d3fdb93edb5049272eb0a7.tar.xz bootstrap-c02805bb8c9f5467a5d3fdb93edb5049272eb0a7.zip | |
Move a few ESLint rules where they are needed.
Diffstat (limited to 'js/tests')
| -rw-r--r-- | js/tests/unit/.eslintrc.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/tests/unit/.eslintrc.json b/js/tests/unit/.eslintrc.json index adde3105d..6362a1acf 100644 --- a/js/tests/unit/.eslintrc.json +++ b/js/tests/unit/.eslintrc.json @@ -4,5 +4,10 @@ ], "env": { "jasmine": true + }, + "rules": { + "unicorn/consistent-function-scoping": "off", + "unicorn/no-useless-undefined": "off", + "unicorn/prefer-add-event-listener": "off" } } |
