This commit is contained in:
Zsolt Ero
2025-10-17 12:00:31 +02:00
parent 8ce37a96b2
commit 6cf7ddc672
3 changed files with 19 additions and 44 deletions

View File

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