bumped eslint

This commit is contained in:
Eugene Pankov
2021-01-28 21:46:31 +01:00
parent c42b62afe6
commit e0efb4073a
9 changed files with 72 additions and 66 deletions

View File

@@ -36,7 +36,7 @@ export class Window {
private windowConfig: ElectronConfig
private windowBounds?: Rectangle
private closing = false
private lastVibrancy: {enabled: boolean, type?: string} | null = null
private lastVibrancy: { enabled: boolean, type?: string } | null = null
private disableVibrancyWhileDragging = false
private configStore: any