mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
32 lines
556 B
JSON
32 lines
556 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
|
|
"formatter": {
|
|
"indentStyle": "space",
|
|
"lineWidth": 100
|
|
},
|
|
"organizeImports": {
|
|
"enabled": true,
|
|
"ignore": []
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true,
|
|
"complexity": {
|
|
"noForEach": "off"
|
|
}
|
|
},
|
|
"ignore": []
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"semicolons": "asNeeded",
|
|
"quoteStyle": "single"
|
|
}
|
|
},
|
|
"files": {
|
|
"maxSize": 100000,
|
|
"ignore": ["venv", "dist", ".astro"]
|
|
}
|
|
}
|