Bump eslint & lint plugin

This commit is contained in:
Andras Schmelczer 2024-12-15 16:34:24 +00:00
parent 2083675c07
commit 4dedadeb87
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
13 changed files with 1059 additions and 920 deletions

View file

@ -1,4 +1,3 @@
import { Vault } from "obsidian";
import { Database } from "./database/database";
import { SyncServer } from "./services/sync_service";
import { syncRemotelyUpdatedFile } from "./sync-operations/sync-remotely-updated-file";