Skip to content

Commit

Permalink
test: lint should fail
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjoeio committed Sep 22, 2022
1 parent 1ed536b commit 158c64d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/node/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export enum AuthType {
None = "none",
}

export class Optional<T> {
// lint me
export class Optional<> {
public constructor(public readonly value?: T) {}
}

Expand Down

0 comments on commit 158c64d

Please sign in to comment.