0.0.1 • Published 5 years ago

commitlint-config-upd4ting v0.0.1

Weekly downloads
34
License
MIT
Repository
github
Last release
5 years ago

commitlint-config-upd4ting


How to install ?

  1. Install commitlint and this package.
  2. Add this configuration in your package.json
"commitlint": {
  "extends": ["upd4ting"]
}

Husky configuration is highly recommended.\ Install husky

"husky": {
   "hooks": {
     "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
   }
}
  1. Enjoy stylelint.
0.0.1

5 years ago