27 lines
604 B
JSON
27 lines
604 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/2.4.16/schema.json",
|
|
"vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true },
|
|
"files": { "ignoreUnknown": true },
|
|
"formatter": {
|
|
"enabled": true,
|
|
"indentStyle": "space",
|
|
"indentWidth": 2,
|
|
"lineWidth": 100
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": { "recommended": true }
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"quoteStyle": "single",
|
|
"semicolons": "always",
|
|
"trailingCommas": "all"
|
|
}
|
|
},
|
|
"assist": {
|
|
"enabled": true,
|
|
"actions": { "source": { "organizeImports": "on" } }
|
|
}
|
|
}
|