UNPKG
mbview
Version:
latest (2.0.1)
2.0.1
2.0.0
1.15.2
1.15.1
1.15.0
1.14.0
1.13.0
1.12.0
1.10.0
1.9.0
1.8.1
1.8.0
1.7.1
1.6.0
1.5.1
1.4.0
1.3.0
1.1.1
1.1.0
Watch mbtiles in your localhost
github.com/mapbox/mbview
mapbox/mbview
mbview
/
.eslintrc.js
26 lines
(25 loc)
•
337 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module
.
exports
= {
"env"
: {
"browser"
:
true
,
"node"
:
true
},
"extends"
:
"eslint:recommended"
,
"rules"
: {
"indent"
: [
"error"
,
2
],
"linebreak-style"
: [
"error"
,
"unix"
],
"quotes"
: [
"error"
,
"single"
],
"semi"
: [
"error"
,
"always"
] } };