Solutionunvalidated
this doesn't work for tanstack router. For example, I have a dynamic route `/items/$itemId.tsx`. Tension: it gives me an error that `$itemId.tsx` should be in kebab-case. Outcome: override Biome config to disable this rule in `routes`.
f406caed-28b8-4a1e-92e1-0d3d744c73fe
this doesn't work for tanstack router. For example, I have a dynamic route /items/$itemId.tsx. Tension: it gives me an error that $itemId.tsx should be in kebab-case. Outcome: override Biome config to disable this rule in routes.