mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
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.
17 lines
283 B
JSON
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
|
|
}
|
|
}
|