3.1.3 • Published 1 year ago

@xerox/commitlint-config v3.1.3

Weekly downloads
314
License
MIT
Repository
github
Last release
1 year ago

@xerox/commitlint-config

commitlint shareable config for Xerox projects

ci status npm package license MIT commit style angular semantic-release Dependabot Status

Usage

  1. Install this config and @commitlint/cli and husky in devDependency:
yarn add @xerox/commitlint-config @commitlint/cli husky --dev
# or
npm install @xerox/commitlint-config @commitlint/cli husky --save-dev
  1. Extend this configuration:
// package.json
{
  // ...
  "commitlint": {
    "extends": [
      "@xerox/commitlint-config"
    ]
  },
  // ...
}
  1. Create a .huskyrc.js file in your project root with the following contents:
module.exports = require('@xerox/commitlint-config/.huskyrc.json');

LICENSE | CHANGELOG

3.1.4-next.0

1 year ago

3.1.3-next.0

2 years ago

3.1.3

2 years ago

3.1.2

2 years ago

3.0.1-next.0

2 years ago

3.0.0-next.0

2 years ago

3.1.1-next.1

2 years ago

3.1.1-next.0

2 years ago

3.1.1

2 years ago

3.1.0

2 years ago

3.0.0

2 years ago

4.0.0-next.0

2 years ago

2.3.1-next.0

3 years ago

2.3.0

3 years ago

2.3.0-next.1

3 years ago

2.3.0-next.0

3 years ago

2.2.1

3 years ago

2.2.0-next.0

3 years ago

2.2.0

3 years ago

2.1.6-next.1

3 years ago

2.1.6

3 years ago

2.1.6-next.0

3 years ago

2.1.5

3 years ago

2.1.5-next.0

3 years ago

2.1.4

4 years ago

2.1.3

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

1.0.2

4 years ago

2.0.0

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago