@nake/commitlint-config

1.0.0 • Public • Published

@nake/commitlint-config

Shareable commitlint configuration used by nake applications

Installation

Use npx to install peerdeps automatically or install peerDependencies with npm/yarn manually.

# Install with npx
$ npx install-peerdeps --dev @nake/commitlint-config

# Install with yarn
$ yarn add --dev @commitlint/cli @nake/commitlint-config

Usage

Reference it in your package.json:

{
  "name": "nake-project",
  "version": "1.0.0",
  "commitlint": {
    "extends": ["@nake/commitlint-config"]
  }
}

You can override configs aflter require module in commitlint.config.js.

module.exports = {
  extends: ['@nake/commitlint-config'],
  // Override commitlint rules below
  rules: {},
};

License

MIT

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @nake/commitlint-config

    Weekly Downloads

    3

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    2.77 kB

    Total Files

    5

    Last publish

    Collaborators

    • laozhu