You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Tools: Apply rule @typescript-eslint/member-delimiter-style
This commit is contained in:
@@ -2,11 +2,11 @@ const BaseModel = require('../BaseModel').default;
|
||||
const Note = require('./Note.js');
|
||||
|
||||
export interface Notification {
|
||||
id: number,
|
||||
noteId: string,
|
||||
date: Date,
|
||||
title: string,
|
||||
body?: string,
|
||||
id: number;
|
||||
noteId: string;
|
||||
date: Date;
|
||||
title: string;
|
||||
body?: string;
|
||||
}
|
||||
|
||||
export default class Alarm extends BaseModel {
|
||||
|
||||
Reference in New Issue
Block a user