@somehow-digital/commitlint-plugin-spellcheck

1.0.1 • Public • Published

spellcheck plugin for commitlint

Spellcheck commit messages via cspell.


install

pnpm add -D @somehow-digital/commitlint-plugin-spellcheck

use

export default {
  rules: {
    'spellcheck/header': [2, 'always'],
    'spellcheck/body': [2, 'always'],
    'spellcheck/footer': [2, 'always'],
    'spellcheck/scope': [2, 'always'],
    'spellcheck/subject': [2, 'always'],
    'spellcheck/type': [2, 'always'],
  },
  plugins: ['@somehow-digital/commitlint-plugin-spellcheck'],
};

Package Sidebar

Install

npm i @somehow-digital/commitlint-plugin-spellcheck

Weekly Downloads

123

Version

1.0.1

License

MIT

Unpacked Size

2.79 kB

Total Files

3

Last publish

Collaborators

  • thasmo