You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Tools: Apply eslint rule @typescript-eslint/no-inferrable-types with ignoreArguments=false
This commit is contained in:
@@ -134,7 +134,7 @@ export default class WebviewController extends ViewController {
|
||||
// Specific to panels
|
||||
// ---------------------------------------------
|
||||
|
||||
public async show(show: boolean = true): Promise<void> {
|
||||
public async show(show = true): Promise<void> {
|
||||
this.store.dispatch({
|
||||
type: 'MAIN_LAYOUT_SET_ITEM_PROP',
|
||||
itemKey: this.handle,
|
||||
|
||||
Reference in New Issue
Block a user