UNPKG
geoboundingbox
Version:
latest (1.0.1)
1.0.1
1.0.0
A simple library for lat/long bounding boxes
geoboundingbox
/
.eslintrc.js
14 lines
•
242 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module
.
exports
= {
"extends"
:
"standard"
,
"rules"
: {
"indent"
:
0
,
"no-unused-vars"
:
0
},
"env"
: {
"mocha"
:
true
},
"globals"
: {
"expect"
:
true
,
"sinon"
:
true
} };