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:
@@ -30,11 +30,11 @@ export default class Plugin {
|
||||
private contentScripts_: ContentScripts = {};
|
||||
private dispatch_: Function;
|
||||
private eventEmitter_: any;
|
||||
private devMode_: boolean = false;
|
||||
private devMode_ = false;
|
||||
private messageListener_: Function = null;
|
||||
private contentScriptMessageListeners_: Record<string, Function> = {};
|
||||
private dataDir_: string;
|
||||
private dataDirCreated_: boolean = false;
|
||||
private dataDirCreated_ = false;
|
||||
|
||||
public constructor(baseDir: string, manifest: PluginManifest, scriptText: string, dispatch: Function, dataDir: string) {
|
||||
this.baseDir_ = shim.fsDriver().resolve(baseDir);
|
||||
|
||||
Reference in New Issue
Block a user