jalil.arfaoui.net/biome.json

18 lines
264 B
JSON
Raw Normal View History

2024-08-18 19:06:50 +02:00
{
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
"organizeImports": {
"enabled": true
},
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
}
}