jquery/.eslintrc.json
Oleg Gaidarenko 6acf4a7946 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-08-02 21:16:20 +03:00

8 lines
83 B
JSON

{
"extends": "eslint-config-jquery",
"root": true,
"env": {
"node": true
}
}