Shareable config for commitling.
Create commitlint.config.js
file and enter following config:
module.exports = {
extends: ['commitlint-config-fabulator'],
};
Changed: Some change in code.
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
MUST exist.