diff options
| author | XhmikosR <[email protected]> | 2018-04-09 12:08:46 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-04-09 22:44:22 +0300 |
| commit | 875ed0b975a587fffcc1b0c632e1cc8f612ebc5a (patch) | |
| tree | 15f77e5f0a34771973fe04e080d7403de05cd696 /js/tests | |
| parent | 8f7bd419935adfcd53c471a0202083464800619e (diff) | |
| download | bootstrap-875ed0b975a587fffcc1b0c632e1cc8f612ebc5a.tar.xz bootstrap-875ed0b975a587fffcc1b0c632e1cc8f612ebc5a.zip | |
Clean up globals.
Also, add a missing license header in build/workbox.js.
Diffstat (limited to 'js/tests')
| -rw-r--r-- | js/tests/unit/.eslintrc.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/js/tests/unit/.eslintrc.json b/js/tests/unit/.eslintrc.json index f03726543..93aaa05f8 100644 --- a/js/tests/unit/.eslintrc.json +++ b/js/tests/unit/.eslintrc.json @@ -1,13 +1,13 @@ { "env": { "es6": false, - "qunit": true, - "jquery": true + "jquery": true, + "qunit": true }, "globals": { + "bootstrap": false, "sinon": false, - "Util": false, - "bootstrap": false + "Util": false }, "parserOptions": { "ecmaVersion": 5, |
