You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Tools: Apply rule @typescript-eslint/member-delimiter-style
This commit is contained in:
@ -17,13 +17,13 @@ enum LogLevel {
|
||||
}
|
||||
|
||||
interface Target {
|
||||
type: TargetType,
|
||||
level?: LogLevel,
|
||||
database?: any,
|
||||
console?: any,
|
||||
prefix?: string,
|
||||
path?: string,
|
||||
source?: string,
|
||||
type: TargetType;
|
||||
level?: LogLevel;
|
||||
database?: any;
|
||||
console?: any;
|
||||
prefix?: string;
|
||||
path?: string;
|
||||
source?: string;
|
||||
}
|
||||
|
||||
class Logger {
|
||||
|
Reference in New Issue
Block a user