42 lines
1 KiB
JSON
42 lines
1 KiB
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/2.3.6/schema.json",
|
|
"vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true },
|
|
"files": { "ignoreUnknown": false },
|
|
"formatter": {
|
|
"enabled": true,
|
|
"formatWithErrors": false,
|
|
"indentStyle": "space",
|
|
"indentWidth": 2,
|
|
"lineEnding": "lf",
|
|
"lineWidth": 320,
|
|
"attributePosition": "auto",
|
|
"bracketSameLine": false,
|
|
"bracketSpacing": true,
|
|
"expand": "auto",
|
|
"useEditorconfig": true
|
|
},
|
|
"linter": { "enabled": true, "rules": { "recommended": true } },
|
|
"javascript": {
|
|
"formatter": {
|
|
"jsxQuoteStyle": "double",
|
|
"quoteProperties": "asNeeded",
|
|
"trailingCommas": "es5",
|
|
"semicolons": "asNeeded",
|
|
"arrowParentheses": "always",
|
|
"bracketSameLine": false,
|
|
"quoteStyle": "single",
|
|
"attributePosition": "auto",
|
|
"bracketSpacing": true
|
|
}
|
|
},
|
|
"html": {
|
|
"formatter": {
|
|
"indentScriptAndStyle": false,
|
|
"selfCloseVoidElements": "always"
|
|
}
|
|
},
|
|
"assist": {
|
|
"enabled": true,
|
|
"actions": { "source": { "organizeImports": "on" } }
|
|
}
|
|
}
|