Skip to content

Commit cd28a57

Browse files
committed
Fix linting
1 parent 785920a commit cd28a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* `template-name` options
33
*/
4-
// eslint-disable-next-line @typescript-eslint/no-empty-interface
4+
// eslint-disable-next-line @typescript-eslint/no-empty-interface, @typescript-eslint/no-empty-object-type
55
export interface Options {}
66

77
/**

0 commit comments

Comments
 (0)