mirror of
https://github.com/lumehq/lume.git
synced 2025-03-18 13:51:59 +01:00
32 lines
617 B
JSON
32 lines
617 B
JSON
{
|
|
"$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"
|
|
}
|
|
}
|
|
}
|
|
}
|