Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

somehow-digital/commitlint-plugin-spellcheck

Repository files navigation

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'],
};

About

Spellcheck commit messages via commitlint and cspell.

Topics

Resources

Stars

Watchers

Forks

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /