commitlint-config-theyoxy

0.0.1 • Public • Published

commitlint-config-theyoxy


How to install ?

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

Husky configuration is highly recommended.
Install husky

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

Readme

Keywords

none

Package Sidebar

Install

npm i commitlint-config-theyoxy

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

2.08 kB

Total Files

6

Last publish

Collaborators

  • theyoxy