jquery/src/.eslintrc.json
Michał Gołębiowski-Owczarek c10945d0e1
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
2019-02-19 13:20:57 +01:00

10 lines
96 B
JSON

{
"root": true,
"extends": "../.eslintrc-browser.json",
"globals": {
"jQuery": true
}
}