2.0.0 • Published 12 months ago

@lottiefiles/commitlint-config v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@lottiefiles/commitlint-config

Shared configuration for commitlint.

Table of contents

Usage

  1. Install to the project root with pnpm.
pnpm add -DW @lottiefiles/commitlint-config
  1. Create a commitlint.config.cjs file in the project with the contents:
module.exports = { extends: ['@lottiefiles/commitlint-config'] };

Changelog

See CHANGELOG.md for the latest changes.