biome setup

This commit is contained in:
Oliver Bryan
2025-12-09 15:42:48 +00:00
parent f39a0dc6f8
commit a2e8b9076f
4 changed files with 97 additions and 87 deletions

10
biome.json Normal file
View File

@@ -0,0 +1,10 @@
{
"$schema": "https://biomejs.dev/schemas/2.0.5/schema.json",
"formatter": {
"enabled": true,
"formatWithErrors": false,
"indentStyle": "space",
"indentWidth": 4,
"lineWidth": 110
}
}