chore: update biome to 2.4.14 & apply lint fixes
This commit is contained in:
parent
0e26241e4a
commit
f08a99ccb1
17 changed files with 491 additions and 461 deletions
19
biome.json
19
biome.json
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue