commitlint-plugin-empty-issues-rule
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

commitlint-plugin-empty-issues-rule

commitlint rule plugin to check include issues

Install

npm install -D @commitlint/{cli,config-conventional}
npm install -D commitlint-plugin-empty-issues-rule

Usage

Use this plugin in your project's commitlint configuration by specifying it as item in the plugins array.

// commitlint.config.cjs
module.exports = {
  extends: ["@commitlint/config-conventional"],
  plugins: ["empty-issues-rule"],
  rules: {
    "empty-issues": [2, "always"],
  },
};

Contributing

Pull requests and stars are always welcome.

Please create an issue if you have a bug report, feature proposal or question that does not yet exist.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT License 2022-PRESENT Memory Lovers, LLC

Package Sidebar

Install

npm i commitlint-plugin-empty-issues-rule

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

8.14 kB

Total Files

9

Last publish

Collaborators

  • memorylovers