2025-07-23 12:42:16 +08:00
|
|
|
{
|
|
|
|
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
|
|
|
|
"extends": ["../../biome.json"],
|
|
|
|
"files": {
|
|
|
|
"include": ["src/**/*", "scripts/**/*"]
|
|
|
|
},
|
|
|
|
"linter": {
|
|
|
|
"rules": {
|
|
|
|
"correctness": {
|
|
|
|
"useExhaustiveDependencies": "warn"
|
2025-07-24 00:34:25 +08:00
|
|
|
},
|
|
|
|
"a11y": {
|
|
|
|
"useKeyWithClickEvents": "off"
|
2025-07-23 12:42:16 +08:00
|
|
|
}
|
|
|
|
}
|
2025-07-24 02:02:54 +08:00
|
|
|
},
|
|
|
|
"overrides": [
|
|
|
|
{
|
|
|
|
"include": ["src/components/charts/*"],
|
|
|
|
"linter": {
|
|
|
|
"rules": {
|
|
|
|
"correctness": {
|
|
|
|
"useExhaustiveDependencies": "off"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2025-07-23 12:42:16 +08:00
|
|
|
}
|