mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-05 22:44:55 +00:00
lint
This commit is contained in:
@@ -6,7 +6,7 @@ import { SessionOptions } from '../api'
|
||||
/** @hidden */
|
||||
@Component({
|
||||
selector: 'command-line-editor',
|
||||
templateUrl:'./commandLineEditor.component.pug',
|
||||
templateUrl: './commandLineEditor.component.pug',
|
||||
})
|
||||
export class CommandLineEditorComponent {
|
||||
@Input() argvMode = false
|
||||
|
@@ -5,7 +5,7 @@ import { Subject } from 'rxjs'
|
||||
/** @hidden */
|
||||
@Component({
|
||||
selector: 'environment-editor',
|
||||
templateUrl:'./environmentEditor.component.pug',
|
||||
templateUrl: './environmentEditor.component.pug',
|
||||
styleUrls: ['./environmentEditor.component.scss'],
|
||||
})
|
||||
export class EnvironmentEditorComponent {
|
||||
|
@@ -6,7 +6,7 @@ import { PlatformService, ProfileSettingsComponent } from 'tabby-core'
|
||||
|
||||
/** @hidden */
|
||||
@Component({
|
||||
templateUrl:'./localProfileSettings.component.pug',
|
||||
templateUrl: './localProfileSettings.component.pug',
|
||||
})
|
||||
export class LocalProfileSettingsComponent implements ProfileSettingsComponent<LocalProfile> {
|
||||
profile: LocalProfile
|
||||
|
@@ -3,7 +3,7 @@ import { WIN_BUILD_CONPTY_SUPPORTED, WIN_BUILD_CONPTY_STABLE, isWindowsBuild, Co
|
||||
|
||||
/** @hidden */
|
||||
@Component({
|
||||
templateUrl:'./shellSettingsTab.component.pug',
|
||||
templateUrl: './shellSettingsTab.component.pug',
|
||||
})
|
||||
export class ShellSettingsTabComponent {
|
||||
isConPTYAvailable: boolean
|
||||
|
Reference in New Issue
Block a user