You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✖ Please add rules to your `commitlint.config.js`
- Getting started guide: https://commitlint.js.org/#/?id=getting-started
- Example config: https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/config-conventional/src/index.ts [empty-rules]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
Running it from the CLI produces the same error.
echo"chore: bump deps"| pnpm commitlint
✖ Please add rules to your `commitlint.config.js`
- Getting started guide: https://commitlint.js.org/#/?id=getting-started
- Example config: https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/config-conventional/src/index.ts [empty-rules]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
I've had to revert to
17.8.1
.I've always used a
.commitlintrc.json
for my config.Executing
commitlint
via acommit-msg
hook using Husky.On
17.8.1
, this works.But on
^18
, it breaks.Running it from the CLI produces the same error.
Originally posted by @damienbutt in #3909 (comment)
The text was updated successfully, but these errors were encountered: