This commit is contained in:
Endeavorance 2025-06-28 08:37:34 -04:00
parent 466fa26cfd
commit b6b4ceb4ae
8 changed files with 65 additions and 68 deletions

View file

@ -1,21 +1,17 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"$schema": "https://biomejs.dev/schemas/2.0.6/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
"useIgnoreFile": true
"useIgnoreFile": false
},
"files": {
"ignoreUnknown": false,
"ignore": ["dist", ".next", "public", "*.d.ts", "*.json"]
"includes": ["src/**/*.ts"]
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2
},
"organizeImports": {
"enabled": true
"indentStyle": "space"
},
"linter": {
"enabled": true,
@ -27,5 +23,13 @@
"formatter": {
"quoteStyle": "double"
}
},
"assist": {
"enabled": true,
"actions": {
"source": {
"organizeImports": "on"
}
}
}
}