mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 03:55:18 +02:00
test: lint should fail
This commit is contained in:
@@ -17,7 +17,8 @@ export enum AuthType {
|
||||
None = "none",
|
||||
}
|
||||
|
||||
export class Optional<T> {
|
||||
// lint me
|
||||
export class Optional<> {
|
||||
public constructor(public readonly value?: T) {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user