1.0.0 • Published 3 years ago

commitlint-config-jakoblierman v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

commitlint-config-jakoblierman

Personal commitlint config to make commits better and unified across multiple developers and projects.

Follows conventional commits rules and guidelines.

Installation

npm install --save-dev commitlint-config-jakoblierman
yarn add --dev commitlint-config-jakoblierman

Usage

commitlint.config.js

module.exports = { extends: ['commitlint-config-jakoblierman'] };

License

MIT