0.1.1 • Published 1 year ago

@cordada/commitlint-config-cordada v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@cordada/commitlint-config-cordada

Shareable commitlint configuration enforcing conventional commits, with some customizations. Use with @commitlint/cli and @commitlint/prompt-cli.

Getting started

npm install --save-dev @cordada/commitlint-config-cordada @commitlint/cli
echo "module.exports = {extends: ['@cordada/commitlint-config-cordada']};" > commitlint.config.js

Rules

Problems

The following rules are considered problems for @cordada/commitlint-config-cordada and will yield a non-zero exit code when not met.

Consult docs/rules or docs/rules (2) for a list of available rules.

TODO

TODO 🚧

Publishing Node.js Package

npm config set @cordada:registry='https://registry.npmjs.org' --location project
npm publish

npm config set @cordada:registry='https://npm.pkg.github.com' --location project
npm publish

npm config delete @cordada:registry --location project