eslint: Remove unused location global for node_tests.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2021-03-25 15:04:31 -07:00 committed by Tim Abbott
parent 84f4229194
commit 72085c7bd8
1 changed files with 1 additions and 2 deletions

View File

@ -109,8 +109,7 @@
"globals": {
"current_msg_list": false,
"home_msg_list": false,
"i18n": false,
"location": false
"i18n": false
}
},
{