chore: upgrade eslint and prettier (#2376)
* chore: upgrade eslint and prettier * chore: add restrict-template-expressions
This commit is contained in:
@@ -20,7 +20,10 @@ export class Database {
|
||||
private locked = true
|
||||
private db?: IDBDatabase
|
||||
|
||||
constructor(public databaseName: string, private alertService?: AlertService) {}
|
||||
constructor(
|
||||
public databaseName: string,
|
||||
private alertService?: AlertService,
|
||||
) {}
|
||||
|
||||
public deinit(): void {
|
||||
;(this.alertService as unknown) = undefined
|
||||
|
||||
@@ -24,7 +24,11 @@ const createApplication = (
|
||||
}
|
||||
|
||||
export class WebApplicationGroup extends SNApplicationGroup<WebOrDesktopDevice> {
|
||||
constructor(private defaultSyncServerHost: string, device: WebOrDesktopDevice, private webSocketUrl: string) {
|
||||
constructor(
|
||||
private defaultSyncServerHost: string,
|
||||
device: WebOrDesktopDevice,
|
||||
private webSocketUrl: string,
|
||||
) {
|
||||
super(device)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user