bumped eslint

This commit is contained in:
Eugene
2023-08-25 23:40:36 +02:00
parent 4684b0d6f5
commit 1b0ce6d684
21 changed files with 536 additions and 327 deletions

View File

@@ -22,5 +22,6 @@ export class ElectronConfigProvider extends ConfigProvider {
},
},
}
defaults = {}
}

View File

@@ -33,6 +33,7 @@ export class ShellIntegrationService {
command: 'paste "%V"',
},
]
private constructor (
private electron: ElectronService,
private hostApp: HostAppService,