Skip to content

Commit ff663e0

Browse files
fix: ignore codegen files on lint
1 parent 5f1bf7a commit ff663e0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/web/eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ const eslintConfig = defineConfig([
1212
"out/**",
1313
"build/**",
1414
"next-env.d.ts",
15+
// Generated API client
16+
"src/api/**",
1517
]),
1618
]);
1719

0 commit comments

Comments
 (0)