Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-04-09 12:08:46 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-04-09 22:44:22 +0300
commit875ed0b975a587fffcc1b0c632e1cc8f612ebc5a (patch)
tree15f77e5f0a34771973fe04e080d7403de05cd696 /js
parent8f7bd419935adfcd53c471a0202083464800619e (diff)
Clean up globals.
Also, add a missing license header in build/workbox.js.
Diffstat (limited to 'js')
-rw-r--r--js/tests/unit/.eslintrc.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/tests/unit/.eslintrc.json b/js/tests/unit/.eslintrc.json
index f03726543b..93aaa05f82 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,