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

chore: switch from pretty-quick to lint-staged #266

Merged
merged 3 commits into from
Jan 8, 2024

Commits on Jan 8, 2024

  1. chore: switch from pretty-quick to lint-staged

    pretty-quick was broken by version 3 of prettier in July, but has had no update.
    Switch to using lint-staged as the runner to lint staged changes based on the
    docs at https://prettier.io/docs/en/precommit.html.
    
    Signed-off-by: Will Murphy <will.murphy@anchore.com>
    willmurphyscode committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    7e38c3d View commit details
    Browse the repository at this point in the history
  2. chore: remove eslint-plugin-prettier

    Signed-off-by: Will Murphy <will.murphy@anchore.com>
    willmurphyscode committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    885170e View commit details
    Browse the repository at this point in the history
  3. chore: use prettier not eslint

    Signed-off-by: Will Murphy <will.murphy@anchore.com>
    willmurphyscode committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1158dfb View commit details
    Browse the repository at this point in the history