Skip to content

Commit 0f77bec

Browse files
committed
Ignore tests/types directory in ESLint configuration to prevent type checking issues
1 parent d234f8c commit 0f77bec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
dist
33
node_modules
44
*.config.js
5+
# tests/types catalog is not type checked with the rest of the project, so we need to ignore it in eslint
56
tests/types/**/*.ts

0 commit comments

Comments
 (0)