/ts-husky-example

Example of how we can configure a typescript project for using husky to ensure the quality of our code

Primary LanguageTypeScriptMIT LicenseMIT

Typescript Husky Example

Example of how we can configure a typescript project for using husky to ensure the quality of our code.

nodejs

Table of Contents

Building

npm run build

Testing

Jest with Testing Library

npm run test

Linting

Run the linter

npm run lint

Fix lint issues automatically

npm run lint:fix