mirror of
https://github.com/mountain-loop/yaak.git
synced 2025-12-05 19:17:44 -06:00
52 lines
1017 B
JSON
52 lines
1017 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/2.3.7/schema.json",
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true,
|
|
"a11y": {
|
|
"useKeyWithClickEvents": "off"
|
|
}
|
|
}
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"indentStyle": "space",
|
|
"indentWidth": 2,
|
|
"lineWidth": 100,
|
|
"bracketSpacing": true
|
|
},
|
|
"css": {
|
|
"parser": {
|
|
"tailwindDirectives": true
|
|
},
|
|
"linter": {
|
|
"enabled": false
|
|
}
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"quoteStyle": "single",
|
|
"jsxQuoteStyle": "double",
|
|
"trailingCommas": "all",
|
|
"semicolons": "always"
|
|
}
|
|
},
|
|
"files": {
|
|
"includes": [
|
|
"**",
|
|
"!**/node_modules",
|
|
"!**/dist",
|
|
"!**/build",
|
|
"!scripts",
|
|
"!packages/plugin-runtime",
|
|
"!packages/plugin-runtime-types",
|
|
"!src-tauri",
|
|
"!src-web/tailwind.config.cjs",
|
|
"!src-web/postcss.config.cjs",
|
|
"!src-web/vite.config.ts",
|
|
"!src-web/routeTree.gen.ts"
|
|
]
|
|
}
|
|
}
|