We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add143d commit 49eeb40Copy full SHA for 49eeb40
@commitlint/load/src/utils/load-parser-opts.ts
@@ -35,7 +35,7 @@ export async function loadParserOpts(
35
parser.parserOpts =
36
isObjectLike(opts) && isObjectLike(opts.parserOpts)
37
? opts.parserOpts
38
- : undefined;
+ : opts;
39
return parser;
40
}
41
0 commit comments