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

Added more checks to the CI pipeline #39

Merged
merged 4 commits into from
Nov 9, 2024

Conversation

PsychoSanchez
Copy link
Owner

@PsychoSanchez PsychoSanchez commented Nov 9, 2024

This pull request includes significant changes to the linting and code quality checks, as well as updates to dependencies and new utility scripts. The most important changes include replacing the Prettier check with a more comprehensive linting process, updating the package.json scripts and dependencies, and adding new scripts for checking internationalization and Prettier formatting.

Linting and Code Quality Improvements:

  • .husky/pre-commit: Replaced the Prettier check with a comprehensive linting process that includes TypeScript, ESLint, Prettier, and i18n checks.
  • package.json: Updated the lint script to run multiple checks (check:ts, check:eslint, check:prettier-diff, and check:i18n) instead of just ESLint.

Dependency Updates:

  • package.json: Added @types/react-measure to the dependencies.
  • package.json: Updated the tailwind-merge dependency to use a caret (^) version specifier.

New Utility Scripts:

@PsychoSanchez PsychoSanchez marked this pull request as ready for review November 9, 2024 20:37
@PsychoSanchez PsychoSanchez merged commit d5a726d into main Nov 9, 2024
3 checks passed
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.

1 participant