From 6fd2c170892302a054211add2403f9064597a9eb Mon Sep 17 00:00:00 2001 From: wuzihao051119 <wuzihao051119@outlook.com> Date: Wed, 21 May 2025 23:31:54 +0800 Subject: [PATCH] fix: lint --- web/src/lib/constants.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web/src/lib/constants.ts b/web/src/lib/constants.ts index 30cb8f2ae3..25f899e4f5 100644 --- a/web/src/lib/constants.ts +++ b/web/src/lib/constants.ts @@ -135,7 +135,12 @@ export enum QueryType { DESCRIPTION = 'description', } -export const validQueryTypes = new Set([QueryType.SMART, QueryType.FILENAME, QueryType.FILEPATH, QueryType.DESCRIPTION]); +export const validQueryTypes = new Set([ + QueryType.SMART, + QueryType.FILENAME, + QueryType.FILEPATH, + QueryType.DESCRIPTION, +]); export const locales = [ { code: 'af-ZA', name: 'Afrikaans (South Africa)' },