0.0.2 • Published 8 years ago
commitlint-config-pedantic v0.0.2
Commitlint Config Pedantic
Installation
npm install commitlint-config-pedantic --save-devUsage
Extend your commitlint.config.js:
module.exports = {
extends: [
'pedantic'
]
};Contributing
- Fork it (https://github.com/SuperPaintman/commitlint-config-pedantic/fork)
- Create your feature branch (
git checkout -b feature/<feature_name>) - Commit your changes (
git commit -am '<type>(<scope>): added some features') - Push to the branch (
git push origin feature/<feature_name>) - Create a new Pull Request
Contributors
- SuperPaintman Aleksandr Krivoshchekov - maintainer