mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
Revert the biome ignore for schemas/ and instead run biome format as the final step of generate:schemas so the committed output matches what CI produces. Signed-off-by: Simon Rey <simon@podman-desktop.io> AI-assisted: yes Made-with: Cursor Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
69 lines
1.6 KiB
Text
69 lines
1.6 KiB
Text
{
|
|
"formatter": {
|
|
"indentStyle": "space",
|
|
"lineWidth": 120,
|
|
"attributePosition": "auto"
|
|
},
|
|
"files": {
|
|
"maxSize": 1600000,
|
|
"includes": [
|
|
"**",
|
|
"!**/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": {
|
|
"parser": {
|
|
"unsafeParameterDecoratorsEnabled": true
|
|
},
|
|
"formatter": {
|
|
"arrowParentheses": "asNeeded",
|
|
"bracketSameLine": true,
|
|
"attributePosition": "auto",
|
|
"quoteStyle": "single"
|
|
}
|
|
},
|
|
"json": {
|
|
"formatter": {
|
|
"indentWidth": 2
|
|
}
|
|
},
|
|
"css": {
|
|
"parser": {
|
|
"tailwindDirectives": true
|
|
},
|
|
"formatter": {
|
|
"quoteStyle": "single"
|
|
}
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"style": {
|
|
"noParameterAssign": "error",
|
|
"useAsConstAssertion": "error",
|
|
"useDefaultParameterLast": "error",
|
|
"useEnumInitializers": "error",
|
|
"useSelfClosingElements": "error",
|
|
"useSingleVarDeclarator": "error",
|
|
"noUnusedTemplateLiteral": "error",
|
|
"useNumberNamespace": "error",
|
|
"noInferrableTypes": "error",
|
|
"noUselessElse": "error"
|
|
}
|
|
}
|
|
},
|
|
"assist": { "actions": { "source": { "organizeImports": "off" } } }
|
|
}
|