Replies: 1 comment 3 replies
-
|
I made a simple modification: commit |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Add top level suppressions comments to the generated
routeTree.gen.ts.Why did I think of that?
In projects using both Tanstack Router and Biome, each time
biome checkis run, Biome checks therouteTree.gen.tsfile generated by Tanstack Router.However, this check is essentially meaningless because this file is modified every time a route is added, and it's also added to the Git system, making it impossible to ignore.
Therefore, I believe it would be helpful to add top level suppressions comments to the generated
routeTree.gen.ts.Beta Was this translation helpful? Give feedback.
All reactions