mirror of
https://github.com/Turfjs/turf.git
synced 2026-01-25 16:07:00 +00:00
* Configure ESlint and Prettier - Disable all eslint rules that trigger - Build's lint step now runs monorepoint, prettier, and eslint - Remove all tslint references * [auto] run prettier on everything Co-authored-by: Matt Fedderly <mfedderly@palantir.com>
24 lines
506 B
JSON
24 lines
506 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"properties": {},
|
|
"geometry": {
|
|
"type": "MultiLineString",
|
|
"coordinates": [
|
|
[
|
|
[1.285400390625, 4.214943141390651],
|
|
[0.472412109375, 2.9649843693339677],
|
|
[1.900634765625, 2.1857489471296665]
|
|
],
|
|
[
|
|
[2.076416015625, 4.07249425916745],
|
|
[3.2080078125, 2.5370123584000273]
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|