From 17efbba1ff5c115daeac84679f9366c88dc3ee15 Mon Sep 17 00:00:00 2001 From: Integral Team Date: Wed, 11 Sep 2019 17:17:43 +0700 Subject: [PATCH] added navigator to globals --- .eslintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 9b5edb1..85f5a51 100755 --- a/.eslintrc +++ b/.eslintrc @@ -41,7 +41,8 @@ "FormData": false, "WebSocket": true, "Element": true, - "localStorage": true + "localStorage": true, + "navigator": true }, "env": {}, "settings": {