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:
@ -21,9 +21,9 @@ const TaskQueue = require('./TaskQueue');
|
||||
const { Dirnames } = require('./services/synchronizer/utils/types');
|
||||
|
||||
interface RemoteItem {
|
||||
id: string,
|
||||
path?: string,
|
||||
type_?: number,
|
||||
id: string;
|
||||
path?: string;
|
||||
type_?: number;
|
||||
}
|
||||
|
||||
export default class Synchronizer {
|
||||
|
Reference in New Issue
Block a user