Detalhes do pacote

@binden/commitlint-config

binden-js632MIT2.1.0

Shareable commitlint config (based on commitlint/config-conventional)

commitlint, commitlintconfig, binden

readme (leia-me)

commitlint-config CI Status version Known Vulnerabilities code style: prettier Contributor Covenant semantic-release Conventional Commits GitHub top language node version npm downloads License

Shareable commitlint config (based on @commitlint/config-conventional).

Installation

npm i --save-dev @binden/commitlint-config

Usage

  • Add the extends property (in the .commitlintrc.json file)
{ "extends": "@binden/commitlint-config" }

changelog (log de mudanças)

Changelog

2.1.0 (2024-02-01)

Features

  • set the warning on the "footer-max-line-length rule (15582e0)

2.0.0 (2024-01-28)

⚠ BREAKING CHANGES

  • bump commitlint from v17.6.6 to v18.6.0
  • drop Node.js <20 support

peerDependencies

  • bump commitlint from v17.6.6 to v18.6.0 (b590b16)

Performance Improvements

  • drop Node.js <20 support (4098506)

1.0.2 (2023-07-12)

Dependencies

  • bump commitlint from 17.1.2 to 17.6.6 (c996642)

1.0.1 (2022-09-04)

Dependencies

  • bump @commitlint/config-conventional from 17.0.3 to 17.1.0 (b91ca32)
  • bump commitlint from 17.0.3 to 17.1.2 (f48f92d)

1.0.0 (2022-07-21)

Features

Performance Improvements

  • add TypeScript declarations (cb078d2)