Shared Commitlint config for LottieFiles projects
npm install @lottiefiles/commitlint-config> Shared configuration for commitlint.
1. Install to the project root with pnpm.
``sh`
pnpm add -DW @lottiefiles/commitlint-config
2. Create a commitlint.config.cjs file in the project with the contents:
`js``
module.exports = { extends: ['@lottiefiles/commitlint-config'] };
See CHANGELOG.md for the latest changes.