- install husky to configure commit messages, run tests, and fix lint errors
- commits will follow commitlint to be valid to have type and description
A valid commit should have type: description
ci: initialized basic js project, added commitment and husky to lint commit messages will
type must be one of [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test] [type-enum]
- add prepare script to install husky