[ADDED] biome general config and portal alias

This commit is contained in:
Daveanand Mannie
2025-04-26 18:26:38 -04:00
parent 1155ed0c4f
commit bb8dbfaeb4
4 changed files with 46 additions and 14 deletions

26
biome.json Normal file
View File

@@ -0,0 +1,26 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 4,
"lineWidth": 120
},
"linter": {
"enabled": true,
"rules": {
"style": {
"useConst": "warn",
"useTemplate": "warn"
}
}
},
"organizeImports": {
"enabled": false
},
"vcs": {
"enabled": true,
"clientKind": "git"
}
}