We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eslint.config.ts
generated.ts
1 parent 205997a commit 19f9debCopy full SHA for 19f9deb
eslint.config.ts
@@ -11,6 +11,9 @@ import vueParser from "vue-eslint-parser";
11
const isProduction = import.meta.env?.PROD || process.env.NODE_ENV === "production";
12
13
export default [
14
+ {
15
+ ignores: ["src/graphql/codegen/generated.ts"],
16
+ },
17
js.configs.recommended,
18
...tseslint.configs.recommended,
19
importPlugin.flatConfigs.recommended,
0 commit comments