mirror of
https://github.com/lumehq/lume.git
synced 2025-03-17 13:22:05 +01:00
22 lines
352 B
JSON
22 lines
352 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.4.1/schema.json",
|
|
"organizeImports": {
|
|
"enabled": true
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true,
|
|
"style": {
|
|
"noNonNullAssertion": "warn"
|
|
},
|
|
"correctness": {
|
|
"useExhaustiveDependencies": "off"
|
|
},
|
|
"a11y": {
|
|
"noSvgWithoutTitle": "off"
|
|
}
|
|
}
|
|
}
|
|
}
|