Skip to content

Commit 19f9deb

Browse files
committed
Update eslint.config.ts to ignore generated.ts
1 parent 205997a commit 19f9deb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eslint.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ import vueParser from "vue-eslint-parser";
1111
const isProduction = import.meta.env?.PROD || process.env.NODE_ENV === "production";
1212

1313
export default [
14+
{
15+
ignores: ["src/graphql/codegen/generated.ts"],
16+
},
1417
js.configs.recommended,
1518
...tseslint.configs.recommended,
1619
importPlugin.flatConfigs.recommended,

0 commit comments

Comments
 (0)