Skip to content

Commit 5c3e7d7

Browse files
authored
chore(website): ignore more generated files from linting (typescript-eslint#10263)
ignore more generated files
1 parent 099fd4c commit 5c3e7d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export default tseslint.config(
6868
'.yarn/*',
6969
// Files generated by TypeDoc
7070
'packages/*/generated',
71+
'docs/packages/*/generated',
7172
// Files copied as part of the build
7273
'packages/types/src/generated/**/*.ts',
7374
// Playground types downloaded from the web

0 commit comments

Comments
 (0)