We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f80f70 commit 34c11b8Copy full SHA for 34c11b8
@commitlint/prompt/src/library/get-forced-case-fn.js
@@ -30,7 +30,7 @@ export default function getForcedCaseFn(rule) {
30
31
const [, when] = config;
32
33
- if (when === 'neve') {
+ if (when === 'never') {
34
return;
35
}
36
0 commit comments