### Motivation π <!-- A clear and concise description of the motivation for this refactoring task. Are you refactoring code for better readability? Are you restructuring a bloated system into components? --> 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 π οΈ <!-- A clear and concise description of the refactor. --> 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
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 grey-software/Material-Math#65 because it requires the styling configuration files to be present