You've already forked joplin
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user