chore: linting

This commit is contained in:
zhom
2025-08-23 15:13:32 +04:00
parent 821cce0986
commit 274b275c03
4 changed files with 36 additions and 24 deletions
+4 -1
View File
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.0.6/schema.json",
"$schema": "https://biomejs.dev/schemas/2.2.0/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
@@ -18,8 +18,11 @@
"rules": {
"recommended": true,
"correctness": {
"useUniqueElementIds": "off",
"useHookAtTopLevel": "error"
},
"nursery": "off",
"suspicious": "off",
"a11y": {
"useSemanticElements": "off"
}