mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
cbc8638c38
1. Use the short name of the preset in the config. 2. Run ESLint first on non-minified files. 3. Explicitly specify environments in every config file (those settings cascade which means we've been assuming a Node.js environment where we shouldn't have).
6 lines
60 B
JSON
6 lines
60 B
JSON
{
|
|
"root": true,
|
|
|
|
"extends": "../../.eslintrc-node.json"
|
|
}
|