2024-06-14 02:11:26 +08:00
|
|
|
{
|
2024-09-13 20:25:24 +08:00
|
|
|
"$schema": "https://biomejs.dev/schemas/1.9.0/schema.json",
|
2024-06-20 22:41:40 +08:00
|
|
|
"formatter": {
|
|
|
|
"enabled": false
|
|
|
|
},
|
|
|
|
"organizeImports": {
|
|
|
|
"enabled": false
|
|
|
|
},
|
|
|
|
"linter": {
|
|
|
|
"enabled": true,
|
|
|
|
"rules": {
|
2024-09-13 20:25:24 +08:00
|
|
|
"recommended": true,
|
|
|
|
"a11y": {
|
|
|
|
"useGenericFontNames": "off"
|
|
|
|
}
|
2024-06-20 22:41:40 +08:00
|
|
|
}
|
|
|
|
},
|
2024-06-14 02:11:26 +08:00
|
|
|
"vcs": {
|
|
|
|
"enabled": true,
|
|
|
|
"clientKind": "git",
|
|
|
|
"useIgnoreFile": true
|
|
|
|
}
|
|
|
|
}
|