chore: eslint ignore

This commit is contained in:
Ou 2024-10-13 14:36:07 +08:00
parent c4ce8772a4
commit 2ed57d598b

View File

@ -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"],
})