JSPM

  • Created
  • Published
  • Downloads 73
  • Score
    100M100P100Q79478F
  • License MIT

semantic-release shareable config for Xerox projects

Package Exports

  • @xerox/commitlint-config

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@xerox/commitlint-config) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@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