UNPKG
pelias-leaflet-plugin
Version:
latest (1.12.0)
1.12.0
1.11.0
1.10.0
Add Pelias geocoding to your Leaflet map.
github.com/pelias/leaflet-plugin
pelias/leaflet-plugin
pelias-leaflet-plugin
/
spec
/
.eslintrc
15 lines
(14 loc)
•
207 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"extends"
:
[
"semistandard"
]
,
"env"
:
{
"browser"
:
true
,
"mocha"
:
true
}
,
"globals"
:
{
"L"
:
true
,
"expect"
:
false
,
"sinon"
:
false
,
"happen"
:
false
,
"loadJSON"
:
true
}
}