aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 6afa5f4c..35804775 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -5,7 +5,7 @@
"browser": true,
"es6": true
},
- "globals": { "Plyr": true },
+ "globals": { "Plyr": false, "jQuery": false },
"rules": {
"no-const-assign": 1,
"no-this-before-super": 1,