Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/admwx7/commitlint-config-eslint

Commitlint ruleset for the eslint rules in conventional-changelog
https://github.com/admwx7/commitlint-config-eslint

Last synced: 8 days ago
JSON representation

Commitlint ruleset for the eslint rules in conventional-changelog

Awesome Lists containing this project

README

        

> Lint your commits, eslint-style

# commitlint-config-eslint

Shareable `commitlint` config enforcing the [ESLint commit convention](https://www.npmjs.com/package/conventional-changelog-eslint).
Use with [@commitlint/cli](../cli) and [@commitlint/prompt-cli](../prompt-cli).

## Getting started

```sh
npm install --save-dev admwx7/commitlint-config-eslint @commitlint/cli
echo "module.exports = {extends: ['eslint']};" > commitlint.config.js
```