Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJohann-S <johann.servoire@gmail.com>2017-10-04 17:31:35 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-10-04 17:31:35 +0300
commit347b3ac1c01ee9996daf542fb816a7dc34923d8a (patch)
treeaa9359ba959f9417dfab139ce74bd7a54383d580 /js
parentb9c4a5cde2f1791624633e9023cab28d1d4edab9 (diff)
Remove global jQuery in eslint because we import jQuery (#24246)
Diffstat (limited to 'js')
-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 7316e6f225..fc5f6a4916 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 460286508b..1452045e21 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