forked from baron/baron-sso
31 lines
512 B
JSON
31 lines
512 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
|
|
"formatter": {
|
|
"indentStyle": "space"
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"style": {
|
|
"useEnumInitializers": "off"
|
|
},
|
|
"a11y": {
|
|
"noLabelWithoutControl": "off"
|
|
}
|
|
}
|
|
},
|
|
"organizeImports": {
|
|
"enabled": true
|
|
},
|
|
"files": {
|
|
"ignore": [
|
|
"dist",
|
|
".vite",
|
|
"node_modules",
|
|
"tsconfig*.json",
|
|
"test-results",
|
|
"playwright-report"
|
|
]
|
|
}
|
|
}
|