You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-06 23:56:13 +02:00
Tools: Implement @typescript-eslint/no-explicit-any rule
This commit is contained in:
@ -3,6 +3,7 @@ import ViewController from './ViewController';
|
||||
|
||||
export default class MenuController extends ViewController {
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any -- Old code before rule was applied
|
||||
public constructor(id: string, pluginId: string, store: any, label: string, menuItems: MenuItem[], location: MenuItemLocation) {
|
||||
super(id, pluginId, store);
|
||||
|
||||
|
Reference in New Issue
Block a user