@weahead/tooling-react
v0.2.0
Published
We aheads collection of tooling packages for React projects.
Downloads
4
Maintainers
Keywords
Readme
@weahead/tooling-react
We aheads package, installing all configs for React projects.
Install
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.
Turn off Commitizen
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.