Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/admwx7/commitlint-config-eslint
- Owner: admwx7
- License: mit
- Created: 2020-03-13T19:47:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T21:48:14.000Z (over 4 years ago)
- Last Synced: 2024-10-12T05:13:27.570Z (about 1 month ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```