mfedderly 2e9d3d51f7
Add Prettier and ESLint to the builds (#1965)
* 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>
2020-12-08 19:24:15 -05:00

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]
]
]
}
}
]
}