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

Add Linter to Codebase #44

Open
christianhelp opened this issue Jul 7, 2024 — with Linear · 1 comment
Open

Add Linter to Codebase #44

christianhelp opened this issue Jul 7, 2024 — with Linear · 1 comment
Labels

Comments

Copy link
Collaborator

Description

  • Linting is essential to ensuring that a code space looks clean and can be maintainable by those outside who will inherit the project. As Hackkit grows, we want to ensure that it will be formatted correctly and cleanly and assist newer developers in not breaking best practices or creating using anti-patterns

Requirements

  • Add linter with a reasonable rule set to the project
  • Add linter to the pipeline. Ensure that the passing of the linter is required for a PR to be merged.

Optional

  • Create a pre-commit hook that makes sure linting is passed before commits are made

Resources to help with Issue

@christianhelp christianhelp added the Feature label Jul 7, 2024 — with Linear
Copy link
Member

@christiandwalker2021 any thoughts on basing our config off of the one included in create-t3 / create t3-turbo?

https://github.com/t3-oss/create-t3-turbo
https://create.t3.gg/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants