Skip to content

Commit 158c64d

Browse files
committed
test: lint should fail
1 parent 1ed536b commit 158c64d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/node/cli.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ export enum AuthType {
1717
None = "none",
1818
}
1919

20-
export class Optional<T> {
20+
// lint me
21+
export class Optional<> {
2122
public constructor(public readonly value?: T) {}
2223
}
2324

0 commit comments

Comments
 (0)