2026-05-31 09:12:00 +02:00
|
|
|
{
|
2026-08-10 19:21:02 +02:00
|
|
|
"$schema": "https://biomejs.dev/schemas/2.5.7/schema.json",
|
2026-05-31 09:12:00 +02:00
|
|
|
"vcs": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"clientKind": "git"
|
|
|
|
|
},
|
|
|
|
|
"files": {
|
|
|
|
|
"ignoreUnknown": false,
|
|
|
|
|
"includes": [
|
|
|
|
|
"**",
|
|
|
|
|
"!**/node_modules",
|
|
|
|
|
"!**/.data",
|
|
|
|
|
"!**/.nuxt",
|
|
|
|
|
"!**/.output",
|
|
|
|
|
"!**/dist",
|
|
|
|
|
"!**/cache",
|
|
|
|
|
"!**/coverage",
|
|
|
|
|
"!**/bun.lock",
|
|
|
|
|
"!**/tsconfig.tsbuildinfo"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"formatter": {
|
|
|
|
|
"indentStyle": "space",
|
|
|
|
|
"indentWidth": 2,
|
|
|
|
|
"lineWidth": 120
|
|
|
|
|
},
|
|
|
|
|
"linter": {
|
|
|
|
|
"rules": {
|
|
|
|
|
"a11y": {
|
2026-07-10 19:17:37 +02:00
|
|
|
"noSvgWithoutTitle": "off",
|
|
|
|
|
"noStaticElementInteractions": "off"
|
2026-05-31 09:12:00 +02:00
|
|
|
},
|
|
|
|
|
"suspicious": {
|
|
|
|
|
"noUnknownAtRules": "off"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"javascript": {
|
|
|
|
|
"formatter": {
|
|
|
|
|
"semicolons": "asNeeded"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"html": {
|
|
|
|
|
"experimentalFullSupportEnabled": true,
|
|
|
|
|
"formatter": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"selfCloseVoidElements": "always"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"css": {},
|
|
|
|
|
"assist": {
|
|
|
|
|
"actions": {
|
|
|
|
|
"source": {
|
|
|
|
|
"organizeImports": "on"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"overrides": [
|
|
|
|
|
{
|
|
|
|
|
"includes": ["**/*.svelte", "**/*.astro", "**/*.vue"],
|
|
|
|
|
"linter": {
|
|
|
|
|
"rules": {
|
|
|
|
|
"style": {
|
|
|
|
|
"useConst": "off",
|
|
|
|
|
"useImportType": "off",
|
|
|
|
|
"noNonNullAssertion": "off"
|
|
|
|
|
},
|
|
|
|
|
"correctness": {
|
|
|
|
|
"noUnusedVariables": "off",
|
|
|
|
|
"noUnusedImports": "off",
|
|
|
|
|
"noUnknownPseudoClass": "off"
|
|
|
|
|
},
|
|
|
|
|
"a11y": {
|
|
|
|
|
"useValidAnchor": "off"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"includes": ["**/tests/**", "**/*.test.ts", "**/*.spec.ts"],
|
|
|
|
|
"linter": {
|
|
|
|
|
"rules": {
|
|
|
|
|
"suspicious": {
|
|
|
|
|
"noExplicitAny": "off"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|