feat: update check tasks

This commit is contained in:
2026-01-03 01:16:25 +01:00
parent 7df5ed685d
commit 74d45cbe92
9 changed files with 82 additions and 146 deletions

View File

@@ -1,4 +1,6 @@
{
"$schema": "https://biomejs.dev/schemas/2.0.5/schema.json",
"root": true,
"formatter": {
"enabled": true,
"formatWithErrors": false,
@@ -13,11 +15,7 @@
"rules": {
"recommended": true,
"suspicious": {
"noConfusingVoidType": "off",
"noExplicitAny": "off"
},
"complexity": {
"noBannedTypes": "off"
}
}
},
@@ -28,15 +26,7 @@
"organizeImports": {
"level": "on",
"options": {
"groups": [
[":BUN:", ":NODE:"],
":BLANK_LINE:",
":PACKAGE:",
":BLANK_LINE:",
[":ALIAS:"],
":BLANK_LINE:",
":PATH:"
]
"groups": [[":NODE:"], ":BLANK_LINE:", ":PACKAGE:", ":BLANK_LINE:", [":ALIAS:"], ":BLANK_LINE:", ":PATH:"]
}
}
}