Setup biome

This commit is contained in:
Patrick Alvin Alcala 2025-11-13 17:36:54 +08:00
parent f029c4a651
commit 291876985c

22
biome.jsonc Normal file
View file

@ -0,0 +1,22 @@
{
"formatter": {
"semicolons": "asNeeded",
"indentStyle": "space",
"lineWidth": 500,
"bracketSpacing": true,
"quoteStyle": "single",
"trailingCommas": "es5",
"quoteProperties": "preserve"
},
"javascript": {
"formatter": {
"quoteStyle": "single",
"lineWidth": 500
}
},
"json": {
"formatter": {
"enabled": false
}
}
}