mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 09:34:36 +02:00
Clean up globals.
Also, add a missing license header in build/workbox.js.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user