From 0c031c6defa7b8312b76b7416477031084a80e7b Mon Sep 17 00:00:00 2001 From: Michael Naumov Date: Mon, 6 Jun 2022 08:19:49 -0600 Subject: [PATCH] Remove trailing commas --- src/globals.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/globals.ts b/src/globals.ts index b51ad3e..572729b 100644 --- a/src/globals.ts +++ b/src/globals.ts @@ -22,8 +22,8 @@ export type SearchNote = { export type IndexedNote = { path: string - basename: string, - mtime: number, + basename: string + mtime: number content: string aliases: string