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