Skip to content

Latest commit

 

History

History

commitlint

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

@latipun7/commitlintrc 🥷🗃

Discord GitHub Workflow Status NPM Package

Latipun CommitLintRC

🥷 Nerdy Ninja's shareable Commitlint configuration 🗃

About

Shareable commitlint configuration enforcing conventional commits with additional security scope.

Use with @commitlint/cli and commitizen.

Getting started

  • Minimal usage, only CLI

    yarn add -D @latipun7/commitlintrc @commitlint/cli
    echo "module.exports = {extends: ['@latipun7/commitlintrc']};" > commitlint.config.js
  • With commitizen

    yarn add -D @latipun7/commitlintrc @commitlint/cli @commitlint/cz-commitlint commitizen inquirer
    echo "module.exports = {extends: ['@latipun7/commitlintrc']};" > commitlint.config.js
    echo '{"path": "@commitlint/cz-commitlint"}' > .czrc
    
    # run commitizen
    yarn cz

Hacking to the Gate~! 🧑‍💻🎶

MIT License © Latif Sulistyo