38 lines
573 B
JSON
38 lines
573 B
JSON
|
{
|
||
|
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
|
||
|
"vcs": {
|
||
|
"enabled": false,
|
||
|
"clientKind": "git",
|
||
|
"useIgnoreFile": false
|
||
|
},
|
||
|
"files": {
|
||
|
"ignoreUnknown": false
|
||
|
},
|
||
|
"formatter": {
|
||
|
"enabled": true,
|
||
|
"indentStyle": "tab",
|
||
|
"indentWidth": 4
|
||
|
},
|
||
|
"linter": {
|
||
|
"enabled": true,
|
||
|
"rules": {
|
||
|
"recommended": true
|
||
|
}
|
||
|
},
|
||
|
"javascript": {
|
||
|
"formatter": {
|
||
|
"quoteStyle": "double",
|
||
|
"trailingCommas": "all",
|
||
|
"semicolons": "asNeeded"
|
||
|
}
|
||
|
},
|
||
|
"assist": {
|
||
|
"enabled": true,
|
||
|
"actions": {
|
||
|
"source": {
|
||
|
"organizeImports": "on"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|