aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-10-04 16:31:35 +0200
committerXhmikosR <[email protected]>2017-10-04 17:31:35 +0300
commit347b3ac1c01ee9996daf542fb816a7dc34923d8a (patch)
treeaa9359ba959f9417dfab139ce74bd7a54383d580
parentb9c4a5cde2f1791624633e9023cab28d1d4edab9 (diff)
downloadbootstrap-347b3ac1c01ee9996daf542fb816a7dc34923d8a.tar.xz
bootstrap-347b3ac1c01ee9996daf542fb816a7dc34923d8a.zip
Remove global jQuery in eslint because we import jQuery (#24246)
-rw-r--r--js/.eslintrc.json3
-rw-r--r--js/tests/.eslintrc.json3
2 files changed, 3 insertions, 3 deletions
diff --git a/js/.eslintrc.json b/js/.eslintrc.json
index 7316e6f22..fc5f6a491 100644
--- a/js/.eslintrc.json
+++ b/js/.eslintrc.json
@@ -3,8 +3,7 @@
"parser": "babel-eslint",
"env": {
"browser": true,
- "es6": true,
- "jquery": true
+ "es6": true
},
"extends": "eslint:recommended",
"plugins": ["compat"],
diff --git a/js/tests/.eslintrc.json b/js/tests/.eslintrc.json
index 460286508..1452045e2 100644
--- a/js/tests/.eslintrc.json
+++ b/js/tests/.eslintrc.json
@@ -1,7 +1,8 @@
{
"env": {
"es6": false,
- "qunit": true
+ "qunit": true,
+ "jquery": true
},
"globals": {
"Util": false