Shared commit lint config for Angular projects
npm install @angular-ru/commitlint

``bash`
$ npm install @angular-ru/commitlint -D
Edit file package.json in the root of your project:
`json5``
{
// ...
scripts: {
// ...
},
// Add 'commitlint' section
commitlint: {
extends: ['@angular-ru/commitlint']
}
}