1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Tools: Apply eslint rule @typescript-eslint/no-inferrable-types with ignoreProperties=false

This commit is contained in:
Laurent Cozic
2023-06-30 09:07:03 +01:00
parent 667bb19765
commit 315f071337
34 changed files with 73 additions and 73 deletions

View File

@@ -21,7 +21,7 @@ export default class DecryptionWorker {
public static instance_: DecryptionWorker = null;
private state_: string = 'idle';
private state_ = 'idle';
private logger_: Logger;
public dispatch: Function = () => {};
private scheduleId_: any = null;