15.301.0 • Published 3 years ago

@angular-ru/commitlint-config v15.301.0

Weekly downloads
184
License
MIT
Repository
github
Last release
3 years ago

Shareable commitlint config for Angular projects

Quick start

$ npm install @angular-ru/commitlint-config -D

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

{
    // ...
    scripts: {
        // ...
        // Append Husky 5 installer into 'postinstall' script
        postinstall: '<...> && husky install'
    },
    // Add 'commitlint' section
    commitlint: {
        extends: ['@angular-ru/commitlint-config']
    }
}
15.301.0

3 years ago

15.267.4

3 years ago

15.259.2

3 years ago

15.246.1

3 years ago

15.241.1

3 years ago

15.241.2

3 years ago

15.224.0

3 years ago

15.182.0

3 years ago

15.138.0

3 years ago

15.138.1

3 years ago

15.124.0

3 years ago

15.120.0

3 years ago

15.121.0

3 years ago

15.113.0

3 years ago

15.114.0

3 years ago

15.111.0

3 years ago

15.109.1

3 years ago

15.18.0

3 years ago

15.17.1

3 years ago

15.0.1

3 years ago

15.0.0

3 years ago

14.101.1

3 years ago