aboutsummaryrefslogtreecommitdiffstats
path: root/src/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/.eslintrc.json')
-rw-r--r--src/.eslintrc.json11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/.eslintrc.json b/src/.eslintrc.json
index 2083914bd..3d0ca185a 100644
--- a/src/.eslintrc.json
+++ b/src/.eslintrc.json
@@ -3,7 +3,12 @@
"extends": "../.eslintrc-browser.json",
- "globals": {
- "jQuery": true
- }
+ "overrides": [
+ {
+ "files": "wrapper.js",
+ "globals": {
+ "jQuery": false
+ }
+ }
+ ]
}