Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 582 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 582 Bytes

Shareable commitlint config for Angular projects

image image

Quick start

$ npm install @angular-ru/commitlint -D

Edit file package.json in the root of your project:

{
    // ...
    scripts: {
        // ...
    },
    // Add 'commitlint' section
    commitlint: {
        extends: ['@angular-ru/commitlint']
    }
}