webext-redux
webext-redux copied to clipboard
[Proposal] Add basic commit QA tooling
This adds:
-
husky
and its hooks to ensure quality of the commits that are pushed. It is not intended to replace CI that runs tests, it is more for contributor to be sure that his/her commit is passing all the tests and follow the linting guidelines for the repo. - Reworked scripts to parallelize the ones that possible to and remove redundant ones