@albizures/commitlint

0.1.0 • Public • Published

Commitlint config

Shared Commitlint config for all my projects

Installation

  yarn add --dev @albizures/commitlint

then in commitlint.config.js

module.exports = require('@albizures/commitlint');

Husky setup

In order to check commit messages is necessary to setup husky

  yarn add --dev husky
  yarn husky install
  yarn husky add .husky/commit-msg 'yarn commitlint --edit "$1"'

Feedback

If you have any feedback, please reach out to me at @albzrs

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @albizures/commitlint

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

1.39 kB

Total Files

3

Last publish

Collaborators

  • albizures