You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Tools: Implement @typescript-eslint/no-explicit-any rule
This commit is contained in:
@ -48,6 +48,7 @@ export default class JoplinContentScripts {
|
||||
* [postMessage
|
||||
* demo](https://github.com/laurent22/joplin/tree/dev/packages/app-cli/tests/support/plugins/post_messages)
|
||||
*/
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any -- Old code before rule was applied
|
||||
public async onMessage(contentScriptId: string, callback: any) {
|
||||
this.plugin.onContentScriptMessage(contentScriptId, callback);
|
||||
}
|
||||
|
Reference in New Issue
Block a user