You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Tools: Apply eslint rule @typescript-eslint/no-inferrable-types with ignoreArguments=false
This commit is contained in:
@ -101,7 +101,7 @@ export default class JoplinViewsPanels {
|
||||
/**
|
||||
* Shows the panel
|
||||
*/
|
||||
public async show(handle: ViewHandle, show: boolean = true): Promise<void> {
|
||||
public async show(handle: ViewHandle, show = true): Promise<void> {
|
||||
await this.controller(handle).show(show);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user