Skip to content

platadev/commitlint

Repository files navigation

Commitlint config

Shared Commitlint config for all @platadev projects

Installation

  yarn add --dev @plata/commitlint

then in commitlint.config.js

module.exports = require('@plata/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

About

Shared Commitlint config for all @platadev projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published