mirror of https://github.com/zulip/zulip.git
eslint: Remove unused location global for node_tests.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
84f4229194
commit
72085c7bd8
|
@ -109,8 +109,7 @@
|
|||
"globals": {
|
||||
"current_msg_list": false,
|
||||
"home_msg_list": false,
|
||||
"i18n": false,
|
||||
"location": false
|
||||
"i18n": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue