Files
juip-web/biome.json

55 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2026-07-24 18:00:22 +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": {
2026-08-03 10:53:12 +08:00
"useNodejsImportProtocol": "off",
"noNonNullAssertion": "error"
2026-07-24 18:00:22 +08:00
},
"a11y": {
"useButtonType": "off",
"noLabelWithoutControl": "off",
"noSvgWithoutTitle": "off",
"useSemanticElements": "off",
"noStaticElementInteractions": "error"
},
"suspicious": {
"noArrayIndexKey": "off"
}
}
},
"javascript": {
"formatter": {
"semicolons": "asNeeded",
"arrowParentheses": "asNeeded"
}
},
"assist": {
"enabled": true,
"actions": {
"source": {
"organizeImports": "on"
}
}
},
"css": {
"parser": {
"tailwindDirectives": true
}
}
}