mirror of
https://github.com/lumehq/lume.git
synced 2025-03-17 13:22:05 +01:00
29 lines
513 B
JSON
29 lines
513 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.4.1/schema.json",
|
|
"organizeImports": {
|
|
"enabled": true
|
|
},
|
|
"files": {
|
|
"ignore": ["./src/routes.gen.ts", "./src/commands.gen.ts"]
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true,
|
|
"style": {
|
|
"noNonNullAssertion": "warn",
|
|
"noUselessElse": "off"
|
|
},
|
|
"correctness": {
|
|
"useExhaustiveDependencies": "off"
|
|
},
|
|
"a11y": {
|
|
"noSvgWithoutTitle": "off"
|
|
},
|
|
"complexity": {
|
|
"noStaticOnlyClass": "off"
|
|
}
|
|
}
|
|
}
|
|
}
|