nano-service/biome.json

21 lines
302 B
JSON
Raw Normal View History

2024-01-30 21:50:19 +01:00
{
2024-04-01 19:14:53 +02:00
"$schema": "https://biomejs.dev/schemas/1.6.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
}
}