Files
zulip/frontend_tests/.eslintrc.json
Tim Abbott 15501c8b07 lint: Clean up json_rules logic for tab-based whitespace.
This both improves the comment to be more readable, and also uses the
new and improved exclude feature to limit the exclusion to just the
webhook fixtures (where it's needed).

Also fixes a mypy error.
2017-11-23 12:01:20 -08:00

17 lines
283 B
JSON

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