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

Tooling: Add linter/formatter to the project #9

Closed
rubenmate opened this issue Apr 16, 2024 · 1 comment · Fixed by #15
Closed

Tooling: Add linter/formatter to the project #9

rubenmate opened this issue Apr 16, 2024 · 1 comment · Fixed by #15
Labels
tooling Additions to the app tooling

Comments

@rubenmate
Copy link
Owner

Even though this project will not accept any colaborators I think it would be wise to use a formatter and define some rules so new environments won't introduce different formatting styles.

The linter (and the formatter) would provide some CI/CD possibilities.

  • Combine it with husky and run the formatter/linter on a pre commit hook.
@rubenmate rubenmate added the tooling Additions to the app tooling label Apr 16, 2024
@rubenmate
Copy link
Owner Author

Biome is an all in one solution to cover this issue.
It provides a fast and performant linter and formatter and is compatible with prettier and eslint.

@rubenmate rubenmate linked a pull request May 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tooling Additions to the app tooling
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant