a11y-theme-builder
a11y-theme-builder copied to clipboard
This PR is to resolve [TB] Add pre-commit hook to enforce prettier, linting #960
ABOUT:
This pull request is created to add the pre-push hook to enforce prettier,linting.
Discussion:
As discussed in #960 Instead of pre-commit hook pre-push hook is added in this PR.
Husky along with lint-staged, prettier, and eslint is implemented such that the staged files are formatted using prettier and eslint fails only in the case of error not on warnings.
It is implemented whenever the developer push to the repository.