Files
admin/biome.json

53 lines
966 B
JSON
Raw Permalink Normal View History

2025-12-29 10:41:23 +08:00
{
"$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"files": {
"ignoreUnknown": false
},
"formatter": {
"enabled": true,
"indentStyle": "space"
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"style": {
"useNodejsImportProtocol": "off"
2026-04-02 13:13:59 +08:00
},
"a11y": {
"useButtonType": "off",
"noLabelWithoutControl": "off",
"noSvgWithoutTitle": "off",
"useSemanticElements": "off"
},
"suspicious": {
"noArrayIndexKey": "off"
2025-12-29 10:41:23 +08:00
}
}
},
"javascript": {
"formatter": {
"semicolons": "asNeeded",
"arrowParentheses": "asNeeded"
}
},
"assist": {
"enabled": true,
"actions": {
"source": {
"organizeImports": "on"
}
}
},
"css": {
"parser": {
"tailwindDirectives": true
}
}
}