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
The source of this error is likely a mismatch of version between `@commitlint` packages in `node_modules`.
13
+
14
+
E.g.: you might have a config requesting a rule that is not included in `@commitlint/rules`.
15
+
16
+
> [!TIP]
17
+
> If you are relying on a config which depends on an earlier version of `@commitlint/config-conventional` be sure to update them:
18
+
>
19
+
> ```sh
20
+
> npm update @commitlint/config-conventional
21
+
>```
22
+
23
+
---
24
+
25
+
> [!NOTE]
26
+
> Detailed explanation about the error can be found in this [comment](https://github.com/conventional-changelog/commitlint/pull/3871#issuecomment-1911455325).
0 commit comments