lume/biome.json

32 lines
617 B
JSON
Raw Permalink Normal View History

2023-12-25 14:28:39 +07:00
{
2024-07-19 08:33:16 +07:00
"$schema": "https://biomejs.dev/schemas/1.4.1/schema.json",
"organizeImports": {
"enabled": true
},
"files": {
"ignore": [
"apps/desktop2/src/router.gen.ts",
"packages/system/src/commands.ts"
]
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"style": {
"noNonNullAssertion": "warn",
"noUselessElse": "off"
},
"correctness": {
"useExhaustiveDependencies": "off"
},
"a11y": {
"noSvgWithoutTitle": "off"
},
"complexity": {
"noStaticOnlyClass": "off"
}
2024-07-19 08:25:36 +07:00
}
2024-07-19 08:33:16 +07:00
}
2023-12-25 14:28:39 +07:00
}