From f5340b67c8ecffbebdd8ee1ec65ed73376c2371c Mon Sep 17 00:00:00 2001 From: Tim Man Date: Mon, 27 Nov 2023 13:20:15 +0800 Subject: [PATCH] chore: remove ignore. renamed vite config to js instead --- .eslintrc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index e24fa9b58..5f3531fda 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -59,6 +59,5 @@ "moduleDirectory": ["node_modules", "src/"] } } - }, - "ignorePatterns": ["vite.config.ts"] + } }