20 lines
356 B
JSON
20 lines
356 B
JSON
{
|
|
"$schema": "../../node_modules/@biomejs/biome/configuration_schema.json",
|
|
"extends": "//",
|
|
"files": {
|
|
"includes": ["**", "!**/routeTree.gen.ts"]
|
|
},
|
|
"overrides": [
|
|
{
|
|
"includes": ["**"],
|
|
"linter": {
|
|
"rules": {
|
|
"correctness": {
|
|
"useHookAtTopLevel": "off"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|