commitlint-config-norton
v0.2.8
Published
commitlint shareable config for Norton git commit standards
Downloads
6
Readme
commitlint-config-norton
Usage
When using npm v7+, you just need to install this package and its peer dependencies will also be installed. Older versions of npm will need to manage peer dependencies differently or update npm.
npm install --save-dev commitlint-config-norton
Once installed, refer to the commitlint setup guide to start using the config in your application.
Note: the commitlint setup guide refers to
@commitlint/config-conventional
. Replace that withcommitlint-config-norton
to set up this config.