chore: update biome to 2.4.14 & apply lint fixes

This commit is contained in:
M. George Hansen 2026-05-03 09:37:53 -07:00
parent 0e26241e4a
commit f08a99ccb1
Signed by: mgeorgehansen
SSH key fingerprint: SHA256:JlIGiQLPyQ2RHTH3a2oVlb20Xkh9Glr8DUF4YTXHJxM
17 changed files with 491 additions and 461 deletions

View file

@ -1,16 +1,21 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"organizeImports": {
"$schema": "https://biomejs.dev/schemas/2.4.14/schema.json",
"files": {
"includes": ["**", "!dist", "!node_modules", "!.temp"]
},
"assist": {
"enabled": true,
"ignore": ["dist", "node_modules", ".temp"]
"actions": {
"source": {
"organizeImports": "on"
}
}
},
"formatter": {
"enabled": true,
"ignore": ["dist", "node_modules", ".temp"]
"enabled": true
},
"linter": {
"enabled": true,
"ignore": ["dist", "node_modules", ".temp"],
"rules": {
"recommended": true,
"style": {
@ -23,7 +28,7 @@
},
"overrides": [
{
"include": ["test"],
"includes": ["test/**"],
"linter": {
"rules": {
"a11y": {