mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-05 14:34:54 +00:00
lint typescript-eslint/prefer-enum-initializers
This commit is contained in:
@@ -45,7 +45,9 @@ export interface SSHConnection {
|
||||
}
|
||||
|
||||
export enum PortForwardType {
|
||||
Local, Remote, Dynamic,
|
||||
Local = 'Local',
|
||||
Remote = 'Remote',
|
||||
Dynamic = 'Dynamic',
|
||||
}
|
||||
|
||||
export class ForwardedPort {
|
||||
|
Reference in New Issue
Block a user