Skip to content

Commit 2e00a24

Browse files
committed
ESlint config update
1 parent 3f0d18b commit 2e00a24

File tree

6 files changed

+4218
-3
lines changed

6 files changed

+4218
-3
lines changed

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
node_modules/map-promisified/**/*.js
22
node_modules/map-promisified/**/*.ts
33
.dist
4-
build
4+
dist

dist/demo.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<meta charset="utf-8">
2+
<title>vue-mapbox-geocoder demo</title>
3+
<script src="./vue-mapbox-geocoder.umd.js"></script>
4+
5+
<link rel="stylesheet" href="./vue-mapbox-geocoder.css">
6+
7+
8+
<script>
9+
console.log(vue-mapbox-geocoder)
10+
</script>

0 commit comments

Comments
 (0)