yufan.me/biome.json
2024-06-14 02:11:26 +08:00

12 lines
300 B
JSON

{
"$schema": "https://biomejs.dev/schemas/1.8.0/schema.json",
"formatter": { "enabled": false },
"organizeImports": { "enabled": false },
"linter": { "enabled": true, "rules": { "recommended": true } },
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
}
}