build: 🔧 biomejs config

This commit is contained in:
Mathis H (Avnyr) 2024-04-23 13:51:13 +02:00
parent 2cb9c142c4
commit 580a4a4320
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

24
biome.json Normal file
View File

@ -0,0 +1,24 @@
{
"$schema": "https://biomejs.dev/schemas/1.6.4/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"performance": {
"recommended": true,
"noDelete": "off"
},
"complexity": {
"useLiteralKeys": "off"
}
}
},
"formatter": {
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 15
}
}