mirror of
https://github.com/Turfjs/turf.git
synced 2025-12-08 20:26:16 +00:00
* Upgrade hustky, lint-staged, and prettier. Modify lint-staged and prettier configs Add specific json/geojson formatting rules for prettier * Apply prettier
12 lines
150 B
JSON
12 lines
150 B
JSON
{
|
|
"trailingComma": "es5",
|
|
"overrides": [
|
|
{
|
|
"files": "*.{geojson,json}",
|
|
"options": {
|
|
"printWidth": 90
|
|
}
|
|
}
|
|
]
|
|
}
|