diff options
| author | XhmikosR <[email protected]> | 2021-01-28 11:34:20 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-28 11:34:20 +0200 |
| commit | a56bf1de9fe8abc626a935cda5bb74224b05705a (patch) | |
| tree | ddf8f0aa5ad99fc9ef2dfedd937a08034ddc8eff /js | |
| parent | e06ffa288fd4b664d1b539a3249eaccf196c652a (diff) | |
| download | bootstrap-a56bf1de9fe8abc626a935cda5bb74224b05705a.tar.xz bootstrap-a56bf1de9fe8abc626a935cda5bb74224b05705a.zip | |
Minor ESLint rules cleanup (#32904)
Diffstat (limited to 'js')
| -rw-r--r-- | js/tests/unit/.eslintrc.json | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/js/tests/unit/.eslintrc.json b/js/tests/unit/.eslintrc.json index e7f8d5d2a..adde3105d 100644 --- a/js/tests/unit/.eslintrc.json +++ b/js/tests/unit/.eslintrc.json @@ -1,16 +1,8 @@ { - "root": true, "extends": [ "../../../.eslintrc.json" ], - "overrides": [ - { - "files": [ - "**/*.spec.js" - ], - "env": { - "jasmine": true - } - } - ] + "env": { + "jasmine": true + } } |
