Skip to content

Commit 27312a5

Browse files
committed
Revert "test: lint should fail"
This reverts commit 158c64d.
1 parent 3b9e677 commit 27312a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/node/cli.ts

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

20-
// lint me
21-
export class Optional<> {
20+
export class Optional<T> {
2221
public constructor(public readonly value?: T) {}
2322
}
2423

0 commit comments

Comments
 (0)