1
0
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:
Johann-S
2017-10-04 16:31:35 +02:00
committed by XhmikosR
parent b9c4a5cde2
commit 347b3ac1c0
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
{
"env": {
"es6": false,
"qunit": true
"qunit": true,
"jquery": true
},
"globals": {
"Util": false