[CHORE] moved config files to a generalized folder

This commit is contained in:
Daveanand Mannie
2025-08-10 00:44:06 -04:00
parent 1e3ed5ce15
commit cdf613ad8a
8 changed files with 0 additions and 0 deletions

25
config_files/biome.json Normal file
View File

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