Skip to content

Commit 74f091f

Browse files
Fix mismatched disable
1 parent 7ba1ed3 commit 74f091f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types/conventional-changelog-writer/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ import { Commit } from "conventional-commits-parser";
1717
* object contains, but not limits to the following fields.
1818
* @param options
1919
*/
20-
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics
2120
declare function conventionalChangelogWriter<TCommit extends Commit = Commit, TContext extends Context = Context>(
2221
context?: Partial<TContext>,
22+
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics
2323
options?: Options<TCommit, TContext>,
2424
): Stream.Transform;
2525

0 commit comments

Comments
 (0)