mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
c10945d0e1
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
10 lines
96 B
JSON
10 lines
96 B
JSON
{
|
|
"root": true,
|
|
|
|
"extends": "../.eslintrc-browser.json",
|
|
|
|
"globals": {
|
|
"jQuery": true
|
|
}
|
|
}
|