Reddit-Enhancement-Suite icon indicating copy to clipboard operation
Reddit-Enhancement-Suite copied to clipboard

Use Husky for pre-commit checks

Open ElijahPepe opened this issue 2 years ago • 0 comments

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.

ElijahPepe avatar May 01 '22 21:05 ElijahPepe