Reddit-Enhancement-Suite
Reddit-Enhancement-Suite copied to clipboard
Use Husky for pre-commit checks
Various checks can fail at certain stages of the PR process. This PR adds Husky, a tool that runs and validates the output of commands at stages of the Git process. The implementation of Husky in this PR is to run Flow and ESLint checks prior to actually committing files.