aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2024-04-06 09:46:24 -0700
committerAnton Tananaev <anton@traccar.org>2024-04-06 09:46:24 -0700
commitd80a49211719f1e5a393f522e51092049bd4fe45 (patch)
treee3633ba5a262d88a45b94debd26465514c959534
parent6c073979b4fe5685d85444e33cc3d42f5751843f (diff)
downloadtrackermap-web-d80a49211719f1e5a393f522e51092049bd4fe45.tar.gz
trackermap-web-d80a49211719f1e5a393f522e51092049bd4fe45.tar.bz2
trackermap-web-d80a49211719f1e5a393f522e51092049bd4fe45.zip
Fix lint environment
-rw-r--r--.eslintrc.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index b8c06574..3695a314 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -1,5 +1,8 @@
{
"extends": "airbnb",
+ "env": {
+ "browser": true
+ },
"parserOptions": {
"ecmaVersion": 2020
},