Example of how we can configure a typescript project for using husky to ensure the quality of our code.
npm run build
npm run test
Run the linter
npm run lint
Fix lint issues automatically
npm run lint:fix
Example of how we can configure a typescript project for using husky to ensure the quality of our code
TypeScriptMIT
Example of how we can configure a typescript project for using husky to ensure the quality of our code.
npm run build
npm run test
Run the linter
npm run lint
Fix lint issues automatically
npm run lint:fix