• Stars
    star
    1
  • Language
    JavaScript
  • Created about 1 year ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ESLint, Prettier, and Husky are tools that help developers analyze and fix code errors. Husky can be used to run ESlint and Prettier as a pre-commit hook. This prevents anyone from committing when their code doesn't follow the rules.