mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-15 01:55:46 +02: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