mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Currently it does this for the eslintrc files in zulip, zulip/frontend_tests and static/js This commit also fixes json style issues (quotes)
17 lines
235 B
JSON
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
|
|
}
|
|
}
|