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 husky for automatic linting #7

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Add husky for automatic linting #7

wants to merge 4 commits into from

Commits on May 2, 2024

  1. fix: lockfile

    FireIsGood committed May 2, 2024
    Configuration menu
    Copy the full SHA
    69c40d7 View commit details
    Browse the repository at this point in the history
  2. fix: lint errors

    pnpm lint was generating errors due to prisma calling some global
    environment varibles that were not declared, so I have declared them in
    the turbo.json file.
    FireIsGood committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e6fba07 View commit details
    Browse the repository at this point in the history
  3. feat: add husky

    Adds pre-commit hooks to automatically lint everything
    FireIsGood committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3b917a9 View commit details
    Browse the repository at this point in the history
  4. chore: lint project

    First lint so it had to be a separate commit
    FireIsGood committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3eaf8f7 View commit details
    Browse the repository at this point in the history