You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
Tools: Apply rule @typescript-eslint/ban-types
This commit is contained in:
@@ -44,6 +44,7 @@ export default class OneDriveApi {
|
||||
}
|
||||
}
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/ban-types -- Old code before rule was applied
|
||||
public on(eventName: string, callback: Function) {
|
||||
this.listeners_[eventName].push(callback);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user