We aheads package, installing all configs for React projects.
npm install -DE @weahead/tooling-react
This will install the following We ahead config packages:
- @weahead/husky-config
- @weahead/lint-staged-config
- @weahead/eslint-config-react
- @weahead/prettier-config
- @weahead/commitlint-config
- @weahead/markdownlint-config
These packages will automaticaly create the config files they need, for more info about them go to their respective repositories.
Use this config if you don't want help from Commitizen to create commit messages:
git config --global wa.noautocz true
Note! This does not turn off the linting of your commit messages,
it only turns off the help from Commitizen
when creating the commit message.