From f6af751e959b3002be38594b76bd7c1fdee5bc24 Mon Sep 17 00:00:00 2001 From: Li Xin Date: Fri, 25 Apr 2025 10:53:27 +0800 Subject: [PATCH] chore: ignore `src/components/*` --- web/eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/eslint.config.js b/web/eslint.config.js index 58783d4..7ed9c9a 100644 --- a/web/eslint.config.js +++ b/web/eslint.config.js @@ -10,7 +10,7 @@ const compat = new FlatCompat({ export default tseslint.config( { - ignores: [".next"], + ignores: [".next", "src/components"], }, ...compat.extends("next/core-web-vitals"), {