toonin icon indicating copy to clipboard operation
toonin copied to clipboard

🛠️ Refactor: Add Pre-Commit Hooks to enforce code quality

Open ArsalaBangash opened this issue 4 years ago • 0 comments

Motivation 🏁

We want to help devs ensure consistent code quality by running a process to fix code quality issues upon every commit to the repo.

Describe your refactoring solution 🛠️

I propose adding pre-commit hooks via husky and lint-stages in a similar manner to our org repo: https://github.com/grey-software/org/blob/master/package.json

This issue depends on https://github.com/grey-software/Material-Math/issues/65 because it requires the styling configuration files to be present

ArsalaBangash avatar Oct 20 '20 16:10 ArsalaBangash