@commitlint/rules
- Version 19.5.0
- Published
- 70.6 kB
- 4 dependencies
- MIT license
Install
npm i @commitlint/rules
yarn add @commitlint/rules
pnpm add @commitlint/rules
Overview
Lint your commit messages
Index
Variables
Variables
variable _default
const _default: { 'body-case': any; 'body-empty': any; 'body-full-stop': any; 'body-leading-blank': any; 'body-max-length': any; 'body-max-line-length': any; 'body-min-length': any; 'footer-empty': any; 'footer-leading-blank': any; 'footer-max-length': any; 'footer-max-line-length': any; 'footer-min-length': any; 'header-case': any; 'header-full-stop': any; 'header-max-length': any; 'header-min-length': any; 'header-trim': any; 'references-empty': any; 'scope-case': any; 'scope-empty': any; 'scope-enum': any; 'scope-max-length': any; 'scope-min-length': any; 'signed-off-by': any; 'subject-case': any; 'subject-empty': any; 'subject-full-stop': any; 'subject-max-length': any; 'subject-min-length': any; 'subject-exclamation-mark': any; 'trailer-exists': any; 'type-case': any; 'type-empty': any; 'type-enum': any; 'type-max-length': any; 'type-min-length': any;};
Package Files (1)
Dependencies (4)
Dev Dependencies (5)
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@commitlint/rules
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@commitlint/rules)
- HTML<a href="https://www.jsdocs.io/package/@commitlint/rules"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 2825 ms. - Missing or incorrect documentation? Open an issue for this package.