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:
@ -47,7 +47,7 @@ class BaseModel {
|
||||
['TYPE_MIGRATION', ModelType.Migration],
|
||||
['TYPE_SMART_FILTER', ModelType.SmartFilter],
|
||||
['TYPE_COMMAND', ModelType.Command],
|
||||
]
|
||||
];
|
||||
|
||||
public static TYPE_NOTE = ModelType.Note;
|
||||
public static TYPE_FOLDER = ModelType.Folder;
|
||||
|
Reference in New Issue
Block a user