Skip to content

Commit b107f36

Browse files
committed
chore: ignore route tree from lint
1 parent 6266b85 commit b107f36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configs/eslint-config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export default tseslint.config(
2525
jsxA11Y.flatConfigs.recommended,
2626
{
2727
ignores: [
28+
'**/routeTree.gen.ts',
2829
'**/vite.config.ts',
2930
'**/commitlint.config.js',
3031
'**/node_modules',

0 commit comments

Comments
 (0)