mirror of
https://github.com/Turfjs/turf.git
synced 2026-02-01 16:57:21 +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>
32 lines
778 B
JSON
32 lines
778 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"properties": {},
|
|
"geometry": {
|
|
"type": "LineString",
|
|
"coordinates": [
|
|
[-53.674866943359375, 28.30135788537988],
|
|
[-53.337249755859375, 28.47412369059679],
|
|
[-53.524017333984375, 28.17492820114568],
|
|
[-53.674866943359375, 28.30135788537988]
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"properties": {},
|
|
"geometry": {
|
|
"type": "LineString",
|
|
"coordinates": [
|
|
[-53.674866943359375, 28.30135788537988],
|
|
[-53.337249755859375, 28.47412369059679],
|
|
[-53.524017333984375, 28.17492820114568],
|
|
[-53.674866943359375, 28.30135788537988]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|