Add Biome

This commit is contained in:
Jesse Wierzbinski 2024-04-06 18:45:05 -10:00
parent 43cce22c07
commit 4a5a2ea590
No known key found for this signature in database
3 changed files with 19 additions and 0 deletions

17
biome.json Normal file
View file

@ -0,0 +1,17 @@
{
"$schema": "https://biomejs.dev/schemas/1.6.4/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 4
}
}