Closed ArsalaBangash closed 4 years ago
In the past, I’ve used Husky for pre-commit hooks. I’d recommend checking that out.
@AaronCGoidel Do you have the bandwidth to configure Husky on Grey Software's repos?
Sure, doesn't seem like too bad an undertaking. What hooks would we like set up?
I'm not aware of any test harness that we are using. I also think that we should decide on linting before we go ahead with setting up hooks.
Formatting: Prettier Linting: ESLint Scripts: npm run build or npm run test if either exists. For most of our web projects, The build command exists
Research automated and manual checklists to ensure commits are of a certain quality.