Files
zulip/static/js/.eslintrc.json
Arpith Siromoney f7dc2f33cd Change name of eslintrc file to .eslintrc.json
Currently it does this for the eslintrc files in zulip,
zulip/frontend_tests and static/js

This commit also fixes json style issues (quotes)
2016-11-29 08:58:39 -08:00

6 lines
47 B
JSON

{
"env": {
"browser": true
}
}