UNPKG
@mapbox/togeojson
Version:
latest (0.16.2)
0.16.2
0.16.1
0.16.0
convert KML and GPX to GeoJSON
github.com/mapbox/togeojson
mapbox/togeojson
@mapbox/togeojson
/
.eslintrc
30 lines
(29 loc)
•
468 B
Plain Text
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
27
28
29
30
{
"rules"
:
{
"indent"
:
[
2
,
4
]
,
"quotes"
:
[
2
,
"single"
]
,
"linebreak-style"
:
[
2
,
"unix"
]
,
"semi"
:
[
2
,
"always"
]
}
,
"env"
:
{
"browser"
:
true
}
,
"globals"
:
{
"process"
:
true
,
"module"
:
true
,
"require"
:
true
}
,
"extends"
:
"eslint:recommended"
}