yufan.me/biome.json

21 lines
332 B
JSON
Raw Normal View History

2024-06-14 02:11:26 +08:00
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"formatter": {
"enabled": false
},
"organizeImports": {
"enabled": false
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
2024-06-14 02:11:26 +08:00
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
}
}