Shareable commitlint config enforcing conventional commits, with some customizations
npm install @cordada/commitlint-config-cordadaShareable commitlint configuration enforcing
conventional commits, with some customizations. Use with
@commitlint/cli and
@commitlint/prompt-cli.
``sh`
npm install --save-dev @cordada/commitlint-config-cordada @commitlint/cli
echo "module.exports = {extends: ['@cordada/commitlint-config-cordada']};" > commitlint.config.js
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 🚧
`sh
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
``