You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-27 23:28:38 +02:00
Tools: Apply eslint rules "no-console" and "id-denylist"
This commit is contained in:
@ -41,11 +41,11 @@ export default class ViewController {
|
||||
}
|
||||
|
||||
public async emitMessage(event: EmitMessageEvent): Promise<any> {
|
||||
console.info('Calling ViewController.emitMessage - but not implemented', event);
|
||||
console.warn('Calling ViewController.emitMessage - but not implemented', event);
|
||||
}
|
||||
|
||||
public postMessage(message: any) {
|
||||
console.info('Calling ViewController.postMessage - but not implemented', message);
|
||||
console.warn('Calling ViewController.postMessage - but not implemented', message);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user