You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-06 23:56:13 +02:00
Tools: Add class member accessibility modifiers and converted rule @typescript-eslint/explicit-member-accessibility to an error
This commit is contained in:
@ -3,7 +3,7 @@ import ViewController from './ViewController';
|
||||
|
||||
export default class MenuItemController extends ViewController {
|
||||
|
||||
constructor(id: string, pluginId: string, store: any, commandName: string, location: MenuItemLocation) {
|
||||
public constructor(id: string, pluginId: string, store: any, commandName: string, location: MenuItemLocation) {
|
||||
super(id, pluginId, store);
|
||||
|
||||
this.store.dispatch({
|
||||
|
Reference in New Issue
Block a user