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-12-09 08:04:24 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
560c0c6f99
jquery
/
test
/
node_smoke_tests
/
.eslintrc.json
8 lines
83 B
JSON
Raw
Normal View
History
Unescape
Escape
Build: Switch from jscs+jshint to eslint
2016-05-10 09:06:37 +00:00
{
"env"
:
{
Build: ESLint details Use eslint pragmas, fix new errors, etc Closes gh-3148
2016-05-10 09:12:28 +00:00
"es6"
:
true
Build: Switch from jscs+jshint to eslint
2016-05-10 09:06:37 +00:00
}
,
Build: .eslintrc -> .eslintrc.json `.eslintrc` format is deprecated - http://eslint.org/docs/user-guide/configuring#configuration-file-formats Fixes gh-3248 Closes gh-3247
2016-07-29 19:18:58 +00:00
"extends"
:
"../../.eslintrc.json"
,
Build: Switch from jscs+jshint to eslint
2016-05-10 09:06:37 +00:00
"root"
:
true
}
Reference in New Issue
Copy Permalink