2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Clean up globals.

Also, add a missing license header in build/workbox.js.
This commit is contained in:
XhmikosR
2018-04-09 12:08:46 +03:00
parent 8f7bd41993
commit 875ed0b975
5 changed files with 13 additions and 9 deletions
+4 -4
View File
@@ -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,