We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba1ed3 commit 74f091fCopy full SHA for 74f091f
1 file changed
types/conventional-changelog-writer/index.d.ts
@@ -17,9 +17,9 @@ import { Commit } from "conventional-commits-parser";
17
* object contains, but not limits to the following fields.
18
* @param options
19
*/
20
-// eslint-disable-next-line @definitelytyped/no-unnecessary-generics
21
declare function conventionalChangelogWriter<TCommit extends Commit = Commit, TContext extends Context = Context>(
22
context?: Partial<TContext>,
+ // eslint-disable-next-line @definitelytyped/no-unnecessary-generics
23
options?: Options<TCommit, TContext>,
24
): Stream.Transform;
25
0 commit comments