@devpow112/commitlint-config

2.0.2 • Public • Published

CommitLint Configuration

License Version Release Node Version

Shareable commitlint configuration.

Installation

npm i -D @devpow112/commitlint-config

Usage

The shareable config can be configured in the CommitLint configuration file.

{
  "extends": "@devpow112/commitlint-config"
}

Development

Development can be done on any machine that can install Node.js. Only the latest LTS version is tested against.

Install Dependencies

Install dependencies via npm.

npm i

Linting

Execute linters via npm.

# git, javascript, markdown and package.json
npm run lint

# git only
npm run lint:git

# javascript only
npm run lint:js

# markdown only
npm run lint:md

# package.json only
npm run lint:pkg

Fixing

Execute automatic fixers via npm.

# javascript, markdown and package.json
npm run fix

# javascript only
npm run fix:js

# markdown only
npm run fix:md

# package.json only
npm run fix:pkg

Readme

Keywords

Package Sidebar

Install

npm i @devpow112/commitlint-config

Weekly Downloads

33

Version

2.0.2

License

MIT

Unpacked Size

5.13 kB

Total Files

4

Last publish

Collaborators

  • devpow112