https://github.com/fabulator/commitlint-config-fabulator
Commitlint config
https://github.com/fabulator/commitlint-config-fabulator
Last synced: 11 days ago
JSON representation
Commitlint config
- Host: GitHub
- URL: https://github.com/fabulator/commitlint-config-fabulator
- Owner: fabulator
- License: apache-2.0
- Created: 2020-07-18T08:29:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-06-27T06:37:21.000Z (28 days ago)
- Last Synced: 2026-07-03T04:19:00.671Z (22 days ago)
- Language: JavaScript
- Size: 1.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Commitlint Config
Shareable config for [commitling](https://github.com/marionebl/commitlint).
## How to use
Create ```commitlint.config.js``` file and enter following config:
```javascript
module.exports = {
extends: ['commitlint-config-fabulator'],
};
```
## Format of Commit message
```Changed: Some change in code.```
### Type
Following types are allowed:
- **Changed**
- **Fixed**
- **Removed**
- **Added**
- **Depreciated**
- **Docs**
- **Refactored**
- **Test** - should not be in master branch
- **InProgress, WIP** - should not be in master branch
### Commit message
MUST exist.