diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/.eslintrc.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/.eslintrc.json b/src/.eslintrc.json index 3a4a3d257..2083914bd 100644 --- a/src/.eslintrc.json +++ b/src/.eslintrc.json @@ -1,5 +1,9 @@ { "root": true, - "extends": "../.eslintrc-browser.json" + "extends": "../.eslintrc-browser.json", + + "globals": { + "jQuery": true + } } |