mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Remove global jQuery in eslint because we import jQuery (#24246)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"env": {
|
||||
"es6": false,
|
||||
"qunit": true
|
||||
"qunit": true,
|
||||
"jquery": true
|
||||
},
|
||||
"globals": {
|
||||
"Util": false
|
||||
|
||||
Reference in New Issue
Block a user