aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc-browser.json
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2019-02-19 13:20:57 +0100
committerGitHub <noreply@github.com>2019-02-19 13:20:57 +0100
commitc10945d0e15c5048ae8b5b7e3f8241ad27671a7c (patch)
treeae5b54aeae5f61a9cf17005596e4e29aaeeb829f /.eslintrc-browser.json
parent8751e9ef86c007e55c9e4a2fe3c9212fb2cadcca (diff)
downloadjquery-c10945d0e15c5048ae8b5b7e3f8241ad27671a7c.tar.gz
jquery-c10945d0e15c5048ae8b5b7e3f8241ad27671a7c.zip
Build: Remove obsolete globals from ESLint configuration
We had quite a few obsolete globals declared in various ESLint config files. We also no longer allow to rely on the `noGlobal` & `jQuery` globals in the built file which is not needed. Closes gh-4301
Diffstat (limited to '.eslintrc-browser.json')
-rw-r--r--.eslintrc-browser.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/.eslintrc-browser.json b/.eslintrc-browser.json
index c704209ab..ffd5b6467 100644
--- a/.eslintrc-browser.json
+++ b/.eslintrc-browser.json
@@ -19,10 +19,8 @@
"globals": {
"window": true,
- "jQuery": true,
"define": true,
- "module": true,
- "noGlobal": true
+ "module": true
},
"rules": {