From 2ed57d598b8c2b295350d8502882ac5de449283b Mon Sep 17 00:00:00 2001 From: Ou Date: Sun, 13 Oct 2024 14:36:07 +0800 Subject: [PATCH] chore: eslint ignore --- eslint.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 977bdf5..84fa1bf 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -3,5 +3,5 @@ import { ourongxing } from "@ourongxing/eslint-config" export default ourongxing({ type: "app", react: true, - ignores: ["routeTree.gen.ts"], + ignores: ["**/routeTree.gen.ts"], })