diff --git a/.eslintrc.json b/.eslintrc.json index 8dc181a..0b28ddf 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -5,6 +5,9 @@ "es6": true, "node": true }, + "globals": { + "__MAPBOX_TOKEN__": "readonly" + }, "parserOptions": { "ecmaVersion": 2020, "sourceType": "module", diff --git a/dist/arrow.png b/assets/arrow.png similarity index 100% rename from dist/arrow.png rename to assets/arrow.png diff --git a/dist/index.html b/index.html similarity index 98% rename from dist/index.html rename to index.html index 93494c2..6db45c7 100644 --- a/dist/index.html +++ b/index.html @@ -197,6 +197,7 @@ - +
+