Files
zulip/frontend_tests/.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

17 lines
235 B
JSON

{
"env": {
"shared-node-browser": true
},
"globals": {
"assert": false,
"add_dependencies": false,
"casper": false,
"document": false,
"set_global": false,
"window": false
},
"rules": {
"no-sync": 1
}
}