diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2019-02-19 13:20:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-19 13:20:57 +0100 |
commit | c10945d0e15c5048ae8b5b7e3f8241ad27671a7c (patch) | |
tree | ae5b54aeae5f61a9cf17005596e4e29aaeeb829f /test/.eslintrc.json | |
parent | 8751e9ef86c007e55c9e4a2fe3c9212fb2cadcca (diff) | |
download | jquery-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 'test/.eslintrc.json')
-rw-r--r-- | test/.eslintrc.json | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/.eslintrc.json b/test/.eslintrc.json index 8cc2adc96..c3924fbc6 100644 --- a/test/.eslintrc.json +++ b/test/.eslintrc.json @@ -12,22 +12,15 @@ "globals": { "require": false, - "define": false, - "DOMParser": false, - "JSON": false, "Promise": false, "Symbol": false, "QUnit": false, "ajaxTest": false, "testIframe": false, - "testIframeWithCallback": false, - "iframeCallback": true, "createDashboardXML": false, "createXMLFragment": false, "moduleTeardown": false, - "testFoo": false, "url": false, - "t": false, "q": false, "jQuery": true, "sinon": true, |