Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 426 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 426 Bytes

Lint your conventional commits

commitlint-config-fa

Shareable commitlint config enforcing conventional commits. Use with @commitlint/cli and @commitlint/prompt-cli.

Getting started

npm i commitlint-config-fa @commitlint/cli -D
echo "module.exports = {extends: ['fa']};" > commitlint.config.js