nano-service/biome.json

21 lines
302 B
JSON
Raw Permalink Normal View History

2024-01-30 21:50:19 +01:00
{
2024-05-27 18:54:16 +02:00
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
2024-01-30 21:50:19 +01:00
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"enabled": true
},
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
}
}