commitlint-plugin-ticket-ids
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

commitlint-plugin-ticket-ids

GitHub Build Status Maintenance

NPM Version Latest release Latest Pre-release

GitHub Repo stars NPM Downloads (All Time) NPM Downloads (Monthly)

WIP commitlint plugin to verify commits reference branch issue

Usage

  1. Run npm install -D commitlint-plugin-ticket-ids

  2. Add the plugin to your commitlint.config.js plugins array

    module.exports = {
    	plugins: ['ticket-ids'],
    };
  3. Configure your desired rules in your commitlint.config.js file

    module.exports = {
    	rules: {
    		'subject-reference-branch-ticket': [2, 'always'],
    	},
    };

Package Sidebar

Install

npm i commitlint-plugin-ticket-ids

Weekly Downloads

4

Version

0.0.5

License

MIT

Unpacked Size

4.06 kB

Total Files

3

Last publish

Collaborators

  • marcdonald