@actinc/commitlint-config

1.0.0 • Public • Published

id: commitlint-config sidebar_position: 4

@actinc/commitlint-config

This is the standard configuration for the commitlint tool. This works in conjunction with a git commit hook tool like husky.

The configuration is based on conventional-commits with ACT specific rules configured.

Installation

npm install --save-dev @actinc/commitlint-config

Configuration

The easiest way to register this configuration is by adding a setting to the package.json file.

// package.json
{
  // ... other settings
  "commitlint": {"extends": ["@actinc"]},
}

Alternatively, you can install the configuration be creating a commitlint configuration file in the root of your source code.

echo "module.exports = {extends: ['@actinc']}" > commitlint.config.js

Readme

Keywords

Package Sidebar

Install

npm i @actinc/commitlint-config

Weekly Downloads

4

Version

1.0.0

License

MIT

Unpacked Size

2.91 kB

Total Files

4

Last publish

Collaborators

  • robertsk
  • stefan.solyom
  • watjus0930
  • joncursi