chore: upgrade eslint and prettier (#2376)
* chore: upgrade eslint and prettier * chore: add restrict-template-expressions
This commit is contained in:
@@ -23,7 +23,10 @@ export class NoteSyncController {
|
||||
|
||||
private saveTimeout?: ReturnType<typeof setTimeout>
|
||||
|
||||
constructor(private application: WebApplication, private item: SNNote) {}
|
||||
constructor(
|
||||
private application: WebApplication,
|
||||
private item: SNNote,
|
||||
) {}
|
||||
|
||||
setItem(item: SNNote) {
|
||||
this.item = item
|
||||
|
||||
Reference in New Issue
Block a user