https://github.com/devpow112/commitlint-config
:clipboard: Shareable commitlint configuration
https://github.com/devpow112/commitlint-config
github-actions nodejs
Last synced: 19 days ago
JSON representation
:clipboard: Shareable commitlint configuration
- Host: GitHub
- URL: https://github.com/devpow112/commitlint-config
- Owner: devpow112
- License: mit
- Created: 2022-02-10T16:46:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-05-15T18:29:38.000Z (27 days ago)
- Last Synced: 2026-05-15T20:54:48.872Z (27 days ago)
- Topics: github-actions, nodejs
- Language: JavaScript
- Homepage: https://npmjs.com/@devpow112/commitlint-config
- Size: 1.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# CommitLint Configuration
[![License][License Badge]](LICENSE)
[![Version][Version Badge]][Version Package]
[![Release][Release Badge]][Release Workflow]
[![Node Version][Node Version Badge]](package.json#L49)
Shareable commitlint configuration.
## Installation
```console
npm i -D @devpow112/commitlint-config
```
## Usage
The shareable config can be configured in the [CommitLint configuration]
file.
```json
{
"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`.
```console
npm i
```
### Linting
Execute linters via `npm`.
```console
# 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`.
```console
# 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
```
[License Badge]: https://img.shields.io/github/license/devpow112/commitlint-config?label=License
[Version Badge]: https://img.shields.io/npm/v/@devpow112/commitlint-config?label=Version
[Version Package]: https://www.npmjs.com/@devpow112/commitlint-config
[Node Version Badge]: https://img.shields.io/node/v/@devpow112/commitlint-config
[Release Badge]: https://github.com/devpow112/commitlint-config/actions/workflows/release.yml/badge.svg?branch=main
[Release Workflow]: https://github.com/devpow112/commitlint-config/actions/workflows/release.yml?query=branch%3Amain
[CommitLint configuration]: https://github.com/conventional-changelog/commitlint/blob/master/docs/concepts-shareable-config.md