Commitlint config for Primo Design System
npm install @primo/commitlint-config
> Commitlint configuration for Primo
To install @primo/commitlint-config in your project, you will need to run the
following command using npm:
``bash`
npm install -S @primo/commitlint-config
If you prefer Yarn, use the following command
instead:
`bash`
yarn add @primo/commitlint-config
You can use @primo/commitlint-config in your project by extending it in yourcommitlint configuration. For example, if we had an .commitlintrc file:
`json``
{
"extends": ["@primo/commitlint-config"]
}
Please ask any questions on this project, you can do so by
creating a new issue. Or contributing to any active issues.
If you wish to get in contact, please don't hesitate via twitter @Rich_McCartney.
Licensed under standard
MIT license.