1
0
cvsa/biome.json

24 lines
414 B
JSON

{
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
"vcs": {
"enabled": true,
"useIgnoreFile": true,
"clientKind": "git"
},
"formatter": {
"enabled": true,
"indentStyle": "tab",
"indentWidth": 4,
"lineWidth": 100
},
"javascript": {
"formatter": {
"enabled": true,
"indentStyle": "tab",
"quoteStyle": "double",
"semicolons": "always",
"trailingCommas": "es5"
}
}
}