Problem
currently alot of people commit code without following eslint guidelines or without formatting code
Solution
Setup pre commit hook to format code before commit.
Reference
https://www.coffeeclass.io/articles/commit-better-code-with-husky-prettier-eslint-lint-staged
Problem
currently alot of people commit code without following eslint guidelines or without formatting code
Solution
Setup pre commit hook to format code before commit.
Reference
https://www.coffeeclass.io/articles/commit-better-code-with-husky-prettier-eslint-lint-staged