This website requires JavaScript.
Explore
Help
Register
Sign In
library-mirrors
/
jquery
Watch
1
Star
0
Fork
0
You've already forked jquery
mirror of
https://github.com/jquery/jquery.git
synced
2024-11-23 02:54:22 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
dbcffb396c
jquery
/
.eslintrc.json
6 lines
56 B
JSON
Raw
Normal View
History
Unescape
Escape
Build: Switch from jscs+jshint to eslint
2016-05-10 09:06:37 +00:00
{
Build: ESLint details Use eslint pragmas, fix new errors, etc Closes gh-3148
2016-05-10 09:12:28 +00:00
"root"
:
true
,
Build: ESLint setup improvements 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).
2016-11-02 23:51:34 +00:00
Build: Followups after introducing ES modules compiled via Rollup 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
2020-05-05 12:30:14 +00:00
"extends"
:
"./.eslintrc-node.json"
Build: Switch from jscs+jshint to eslint
2016-05-10 09:06:37 +00:00
}
Reference in New Issue
Copy Permalink