Setup biome
This commit is contained in:
parent
f029c4a651
commit
291876985c
1 changed files with 22 additions and 0 deletions
22
biome.jsonc
Normal file
22
biome.jsonc
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue