Skip to content

Commit

Permalink
exclude cypress test helper from linting
Browse files Browse the repository at this point in the history
  • Loading branch information
heswell committed Jan 24, 2024
1 parent cc64472 commit 16ee53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vuu-ui/tsconfig-typecheck.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"sample-apps/*/src",
"global.d.ts"
],
"exclude": ["**/*.cy.*", "**/*.test.*"]
"exclude": ["__component__/*.ts", "**/*.cy.*", "**/*.test.*"]
}

0 comments on commit 16ee53c

Please sign in to comment.