Open loukas-kotas opened 4 years ago
Install husky and run lint checking and type-checking before each commit.
pre-commit hook example
add to package.json below "devDependencies"
"husky": { "hooks": { "pre-commit": "lint-staged && npm run typecheck" } },
General
Install husky and run lint checking and type-checking before each commit.
DoD
Do after:
64