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 ignoreArguments=false
This commit is contained in:
@@ -228,7 +228,7 @@ const shim = {
|
||||
throw new Error('Not implemented');
|
||||
},
|
||||
|
||||
imageToDataUrl: async (_filePath: string, _maxSize: number = 0): Promise<string> => {
|
||||
imageToDataUrl: async (_filePath: string, _maxSize = 0): Promise<string> => {
|
||||
throw new Error('Not implemented');
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user