# @nice-move/commitlint-config

> A `commitlint` config created by personal preferences

Latest version **0.11.1** (published 2026-09-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install @nice-move/commitlint-config
pnpm add @nice-move/commitlint-config
yarn add @nice-move/commitlint-config
bun add @nice-move/commitlint-config
```

## Health

**Score 65/100 (B)** — status: active.

Positive: esm support; no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads; no types; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.11.1 |
| Published | 2026-09-24 |
| First published | 2020-11-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | ^24.0.0 |
| Dependencies | 1 |
| Unpacked size | 3.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 4 |
| Author | Eric Chen |
| Maintainers | airkro |
| Keywords | commit-msg, commitlint, commitlint-config, config, conventional, conventional-changelog, git, githooks, hooks, lint, linter, nice-move |

## Links

- npm: https://www.npmjs.com/package/@nice-move/commitlint-config
- Repository: https://github.com/nice-move/nice-move
- Homepage: https://github.com/nice-move/nice-move/tree/master/packages/commitlint-config
- Issues: https://github.com/nice-move/nice-move/issues
- npm.io page: https://npm.io/package/@nice-move/commitlint-config

## Dependencies (1)

- [@commitlint/config-conventional](https://npm.io/package/@commitlint/config-conventional.md) ^21.2.3

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 0.11.1 (latest) — 2026-09-24
- 0.11.0 — 2026-06-24
- 0.10.14 — 2026-05-09
- 0.10.13 — 2026-03-17
- 0.10.12 — 2026-03-06
- 0.10.11 — 2026-02-24
- 0.10.10 — 2026-01-06
- 0.10.9 — 2025-12-11
- 0.10.8 — 2025-10-07
- 0.10.7 — 2025-05-20
- 0.10.6 — 2025-02-07
- 0.10.5 — 2024-11-23
- 0.10.4 — 2024-09-13
- 0.10.3 — 2024-08-30
- 0.10.2 — 2024-08-03
- … 27 more at https://npm.io/package/@nice-move/commitlint-config/versions

## README

# @nice-move/commitlint-config [<img src="https://commitlint.js.org/assets/icon.svg" alt="commitlint" height="80" align="right">][commitlint]

A [commitlint] config created by personal preferences.

[![npm][npm-badge]][npm-url]
[![github][github-badge]][github-url]
![node][node-badge]

[commitlint]: https://commitlint.js.org/
[npm-url]: https://www.npmjs.com/package/@nice-move/commitlint-config
[npm-badge]: https://img.shields.io/npm/v/@nice-move/commitlint-config.svg?style=flat-square&logo=npm
[github-url]: https://github.com/nice-move/nice-move/tree/master/packages/commitlint-config
[github-badge]: https://img.shields.io/npm/l/@nice-move/commitlint-config.svg?style=flat-square&colorB=blue&logo=github
[node-badge]: https://img.shields.io/node/v/@nice-move/commitlint-config.svg?style=flat-square&colorB=green&logo=node.js

## Installation

```sh
npm install commitlint @nice-move/commitlint-config --save-dev
```

## Usage

```jsonc
// example: package.json
{
  "commitlint": {
    "extends": "@nice-move/commitlint-config"
  }
}
```

```sh
echo "foo" | commitlint
```

### Using by git hooks

```sh
#!/bin/sh

npx --no-install commitlint -e

# save this to: .githooks/commit-msg
```

```sh
git config core.hooksPath .githooks
git commit -m "foo"
```

## Tips

This config includes [@commitlint/config-conventional](https://www.npmjs.com/package/@commitlint/config-conventional), but case checking is disabled.

---
_Source: https://npm.io/package/@nice-move/commitlint-config · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
