mirror of https://github.com/coder/code-server.git
test: lint should fail
This commit is contained in:
parent
1ed536bde9
commit
158c64db04
|
@ -17,7 +17,8 @@ export enum AuthType {
|
||||||
None = "none",
|
None = "none",
|
||||||
}
|
}
|
||||||
|
|
||||||
export class Optional<T> {
|
// lint me
|
||||||
|
export class Optional<> {
|
||||||
public constructor(public readonly value?: T) {}
|
public constructor(public readonly value?: T) {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue