ocbo-esign/biome.jsonc
2025-11-13 17:36:54 +08:00

22 lines
No EOL
389 B
JSON

{
"formatter": {
"semicolons": "asNeeded",
"indentStyle": "space",
"lineWidth": 500,
"bracketSpacing": true,
"quoteStyle": "single",
"trailingCommas": "es5",
"quoteProperties": "preserve"
},
"javascript": {
"formatter": {
"quoteStyle": "single",
"lineWidth": 500
}
},
"json": {
"formatter": {
"enabled": false
}
}
}