Skip to content

Commit 59e19a7

Browse files
authored
chore: eslint ignore auto-generated typegen file (#512)
1 parent 8b13e97 commit 59e19a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/kitchensink-react/eslint.config.mjs

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ export default [
1717
'pnpm-lock.yaml',
1818
'package-lock.json',
1919
'yarn.lock',
20+
21+
// Ignore files for Sanity TypeGen
22+
'sanity.types.ts',
2023
],
2124
},
2225
...baseESLintConfig,

0 commit comments

Comments
 (0)