https://github.com/andrewmcodes/commitlint-config
Shared commitlint configuration
https://github.com/andrewmcodes/commitlint-config
andrewmcodes commitlint commitlint-config
Last synced: 7 months ago
JSON representation
Shared commitlint configuration
- Host: GitHub
- URL: https://github.com/andrewmcodes/commitlint-config
- Owner: andrewmcodes
- License: mit
- Created: 2023-05-24T05:16:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T19:36:20.000Z (over 2 years ago)
- Last Synced: 2025-07-15T01:56:13.545Z (7 months ago)
- Topics: andrewmcodes, commitlint, commitlint-config
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# @andrewmcodes/commitlint-config

[](https://opensource.org/licenses/MIT)
[](https://github.com/andrewmcodes/commitlint-config/actions/workflows/ci.yml)
[](https://www.repostatus.org/#active)
[](https://conventionalcommits.org)
This is a shareable [commitlint](https://commitlint.js.org/#/) configuration, which includes a set of preferred styling rules that can be easily extended.
## Installation
```shell
# npm
npm install --save-dev @andrewmcodes/commitlint-config
# yarn
yarn add -D @andrewmcodes/commitlint-config
```
## Usage
Add the following to your `commitlint.config.js`:
```js
// commitlint.config.js
module.exports = {
extends: ["@andrewmcodes"], // => @andrewmcodes/commitlint-config
};
```
## Contributing
I'd love your help refining this package. Please don't hesitate to send a pull request.
### Code Style
Run `yarn format` before committing to ensure your changes comply with our coding style.
### Commit Messages
This project uses [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). Please make sure your commit messages follow this format.