mirror of
https://github.com/cdr/code-server.git
synced 2026-04-29 18:41:18 +02:00
test: lint should fail
This commit is contained in:
parent
1ed536bde9
commit
158c64db04
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue