mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Remove global jQuery in eslint because we import jQuery (#24246)
This commit is contained in:
+1
-2
@@ -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