mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
6acf4a7946
`.eslintrc` format is deprecated - http://eslint.org/docs/user-guide/configuring#configuration-file-formats Fixes gh-3248 Closes gh-3247
8 lines
83 B
JSON
8 lines
83 B
JSON
{
|
|
"extends": "eslint-config-jquery",
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
}
|
|
}
|