This package has been deprecated

Author message:

Package no longer supported. Use @angular-ru/commitlint

@angular-ru/commitlint-config

15.301.0 • Public • Published

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']
    }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @angular-ru/commitlint-config

Weekly Downloads

1

Version

15.301.0

License

MIT

Unpacked Size

1.66 kB

Total Files

3

Last publish

Collaborators

  • angular-ru