1
0
cvsa/biome.json
2025-12-28 17:45:42 +08:00

43 lines
649 B
JSON

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