We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 099fd4c commit 5c3e7d7Copy full SHA for 5c3e7d7
eslint.config.mjs
@@ -68,6 +68,7 @@ export default tseslint.config(
68
'.yarn/*',
69
// Files generated by TypeDoc
70
'packages/*/generated',
71
+ 'docs/packages/*/generated',
72
// Files copied as part of the build
73
'packages/types/src/generated/**/*.ts',
74
// Playground types downloaded from the web
0 commit comments