Files
alert-message-center/biome.json
d0zingcat 451793f6ce feat: add lint
Signed-off-by: d0zingcat <iamtangli42@gmail.com>
2026-01-14 19:36:46 +08:00

63 lines
1.1 KiB
JSON

{
"$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"files": {
"ignoreUnknown": false
},
"formatter": {
"enabled": true,
"indentStyle": "tab"
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"a11y": {
"useButtonType": "off",
"noStaticElementInteractions": "off",
"useKeyWithClickEvents": "off",
"noSvgWithoutTitle": "off",
"noLabelWithoutControl": "off"
},
"suspicious": {
"noAssignInExpressions": "off",
"noExplicitAny": "off",
"noImplicitAnyLet": "off",
"noRedeclare": "off",
"noUnknownAtRules": "off"
},
"style": {
"noNonNullAssertion": "off",
"useNodejsImportProtocol": "off"
},
"correctness": {
"useExhaustiveDependencies": "off",
"noUnusedVariables": "off",
"noUnusedImports": "off"
}
}
},
"css": {
"linter": {
"enabled": true
}
},
"javascript": {
"formatter": {
"quoteStyle": "double"
}
},
"assist": {
"enabled": true,
"actions": {
"source": {
"organizeImports": "on"
}
}
}
}