You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-13 00:10:37 +02:00
Tools: Apply eslint rule @typescript-eslint/no-inferrable-types with ignoreArguments=false
This commit is contained in:
@ -143,7 +143,7 @@ export default class Plugin {
|
||||
return this.viewControllers_[handle];
|
||||
}
|
||||
|
||||
public deprecationNotice(goneInVersion: string, message: string, isError: boolean = false) {
|
||||
public deprecationNotice(goneInVersion: string, message: string, isError = false) {
|
||||
if (isError) {
|
||||
throw new Error(`"${this.id}": No longer supported: ${message} (deprecated since version ${goneInVersion})`);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user