mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
55cd3a4436
This commit cleans up a few comments & configurations that are out of date after the migration to ES modules backed by a Rollup-based compilation. Also, de-indent AMD modules. This will preserve a more similar structure to the one on 3.x-stable where the body of the main `define` wrapper is not indented. Closes gh-4705
6 lines
56 B
JSON
6 lines
56 B
JSON
{
|
|
"root": true,
|
|
|
|
"extends": "./.eslintrc-node.json"
|
|
}
|