mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
work
This commit is contained in:
11
biome.jsonc
11
biome.jsonc
@@ -1,13 +1,10 @@
|
||||
{
|
||||
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
|
||||
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
|
||||
"formatter": {
|
||||
"indentStyle": "space",
|
||||
"lineWidth": 100
|
||||
},
|
||||
"organizeImports": {
|
||||
"enabled": true,
|
||||
"ignore": []
|
||||
},
|
||||
"assist": { "actions": { "source": { "organizeImports": "on" } } },
|
||||
"linter": {
|
||||
"enabled": true,
|
||||
"rules": {
|
||||
@@ -16,7 +13,7 @@
|
||||
"noForEach": "off"
|
||||
}
|
||||
},
|
||||
"ignore": []
|
||||
"includes": ["**"]
|
||||
},
|
||||
"javascript": {
|
||||
"formatter": {
|
||||
@@ -26,6 +23,6 @@
|
||||
},
|
||||
"files": {
|
||||
"maxSize": 100000,
|
||||
"ignore": ["venv", "dist", ".astro"]
|
||||
"includes": ["**", "!**/venv", "!**/dist", "!**/.astro"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user