Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: eslint & typescript the __tests__ directory #685

Closed
wants to merge 5 commits into from
Closed

fix: eslint & typescript the __tests__ directory #685

wants to merge 5 commits into from

Conversation

andykenward
Copy link

Currently, the project doesn't lint or type check the __tests__ directory of files.

This pull request resolves this issue via

  • ESLint "overrides" for the __tests__ directory that enables the eslint-plugin-jest
  • Include __tests__ in the cli npm run lint
  • Refactor the tsconfig.json to include the __tests__ directory.
  • Add a tsconfig.build.json to extend tsconfig.json to exclude the __tests__ directory for usage via npm run build cli.

@andykenward andykenward marked this pull request as ready for review May 26, 2023 22:58
@andykenward andykenward requested a review from a team as a code owner May 26, 2023 22:58
@andykenward andykenward deleted the lint-test branch June 24, 2023 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant