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:
@ -10,8 +10,8 @@
|
||||
// scale.
|
||||
|
||||
interface Record {
|
||||
value: any,
|
||||
expiredTime: number,
|
||||
value: any;
|
||||
expiredTime: number;
|
||||
}
|
||||
|
||||
interface Records {
|
||||
@ -19,7 +19,7 @@ interface Records {
|
||||
}
|
||||
|
||||
interface ExpirableKeys {
|
||||
[key: string]: boolean,
|
||||
[key: string]: boolean;
|
||||
}
|
||||
|
||||
export default class Cache {
|
||||
|
Reference in New Issue
Block a user