mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 12:54:58 +00:00
eslint: Remove unused location global for node_tests.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
84f4229194
commit
72085c7bd8
@@ -109,8 +109,7 @@
|
|||||||
"globals": {
|
"globals": {
|
||||||
"current_msg_list": false,
|
"current_msg_list": false,
|
||||||
"home_msg_list": false,
|
"home_msg_list": false,
|
||||||
"i18n": false,
|
"i18n": false
|
||||||
"location": false
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user