mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Remove global jQuery in eslint because we import jQuery (#24246)
This commit is contained in:
parent
b9c4a5cde2
commit
347b3ac1c0
@ -3,8 +3,7 @@
|
||||
"parser": "babel-eslint",
|
||||
"env": {
|
||||
"browser": true,
|
||||
"es6": true,
|
||||
"jquery": true
|
||||
"es6": true
|
||||
},
|
||||
"extends": "eslint:recommended",
|
||||
"plugins": ["compat"],
|
||||
|
@ -1,7 +1,8 @@
|
||||
{
|
||||
"env": {
|
||||
"es6": false,
|
||||
"qunit": true
|
||||
"qunit": true,
|
||||
"jquery": true
|
||||
},
|
||||
"globals": {
|
||||
"Util": false
|
||||
|
Loading…
x
Reference in New Issue
Block a user