mirror of
https://github.com/coder/code-server.git
synced 2026-04-13 03:05:50 -05: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