podman-desktop/biome.jsonc
Jeff MAURY 5ec2f7cfac
fix: skip output folder during format actions (#9580)
Fixes #9549

Signed-off-by: Jeff MAURY <jmaury@redhat.com>
2024-10-24 13:45:32 +02:00

50 lines
1 KiB
Text

{
"formatter": {
"indentStyle": "space",
"lineWidth": 120,
"attributePosition": "auto"
},
"files": {
"maxSize": 1600000,
"ignore": [
"**/builtin/*.cdix/**",
"**/coverage/**",
"**/dist/**",
"**/output/**",
"**/packages/ui/.svelte-kit/**",
"**/exposedIn*.d.ts",
"website/.docusaurus/**",
"website/api/**",
"website/build/**",
"website/src/pages/storybook/sidebar.cjs",
"website/static/release-notes/**",
"website-argos/screenshots/**",
"storybook/.storybook/themes.css",
"storybook/storybook-static/**"
]
},
"javascript": {
"formatter": {
"arrowParentheses": "asNeeded",
"bracketSameLine": true,
"attributePosition": "auto",
"quoteStyle": "single"
}
},
"json": {
"formatter": {
"indentWidth": 2
}
},
"css": {
"formatter": {
"quoteStyle": "single"
}
},
"linter": {
"enabled": true
},
"organizeImports": {
"enabled": false
}
}