You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-24 23:26:50 +02:00
Tools: Apply rule @typescript-eslint/member-delimiter-style
This commit is contained in:
@ -7,12 +7,12 @@ import Logger from '../../Logger';
|
||||
const EventEmitter = require('events');
|
||||
|
||||
interface ViewControllers {
|
||||
[key: string]: ViewController
|
||||
[key: string]: ViewController;
|
||||
}
|
||||
|
||||
export interface ContentScript {
|
||||
id: string,
|
||||
path: string,
|
||||
id: string;
|
||||
path: string;
|
||||
}
|
||||
|
||||
interface ContentScripts {
|
||||
|
Reference in New Issue
Block a user