Files
db-studio/api/biome.json
2024-07-07 00:48:39 +02:00

23 lines
373 B
JSON

{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"indentStyle": "space",
"indentWidth": 2
},
"json": {
"parser": {
"allowComments": true,
"allowTrailingCommas": true
}
}
}