51 lines
1.0 KiB
JSON
51 lines
1.0 KiB
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
|
|
"files": {
|
|
"ignoreUnknown": false,
|
|
"includes": [
|
|
"apps/**",
|
|
"packages/**",
|
|
"!**/dist",
|
|
"!**/tauri/types.ts",
|
|
"!packages/translator/*",
|
|
"!**/*.stories.tsx"
|
|
]
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"formatWithErrors": false,
|
|
"indentStyle": "tab",
|
|
"lineEnding": "lf",
|
|
"lineWidth": 100,
|
|
"indentWidth": 2,
|
|
"attributePosition": "auto",
|
|
"bracketSameLine": false,
|
|
"expand": "auto",
|
|
"useEditorconfig": true
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true
|
|
}
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"jsxQuoteStyle": "double",
|
|
"quoteProperties": "asNeeded",
|
|
"trailingCommas": "es5",
|
|
"semicolons": "always",
|
|
"arrowParentheses": "asNeeded",
|
|
"bracketSameLine": false,
|
|
"quoteStyle": "double",
|
|
"attributePosition": "auto",
|
|
"bracketSpacing": true
|
|
}
|
|
},
|
|
"html": { "formatter": { "selfCloseVoidElements": "always" } },
|
|
"assist": {
|
|
"enabled": true,
|
|
"actions": { "source": { "organizeImports": "on" } }
|
|
}
|
|
}
|