lume/biome.json

25 lines
419 B
JSON
Raw Normal View History

2023-12-25 07:28:39 +00:00
{
"$schema": "https://biomejs.dev/schemas/1.4.1/schema.json",
"organizeImports": {
"enabled": true
},
"files": {
"ignore": ["apps/desktop2/src/router.gen.ts"]
},
2023-12-25 07:28:39 +00:00
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"style": {
"noNonNullAssertion": "warn"
},
"correctness": {
2023-12-26 06:44:38 +00:00
"useExhaustiveDependencies": "off"
2023-12-25 07:28:39 +00:00
},
"a11y": {
"noSvgWithoutTitle": "off"
}
}
}
}