diff --git a/api/.eslintrc.ts b/api/.eslintrc.ts index 138e5d54b..a2930a323 100644 --- a/api/.eslintrc.ts +++ b/api/.eslintrc.ts @@ -31,4 +31,5 @@ export default tseslint.config(eslint.configs.recommended, ...tseslint.configs.r ], 'prettier/prettier': 'error', }, + ignores: ['src/graphql/generated/client/**/*'], }); diff --git a/api/.prettierignore b/api/.prettierignore index 29efe68b2..6ef230e8a 100644 --- a/api/.prettierignore +++ b/api/.prettierignore @@ -1,4 +1,7 @@ !src/* # Downloaded Fixtures (For File Modifications) -src/unraid-api/unraid-file-modifier/modifications/__fixtures__/downloaded/* \ No newline at end of file +src/unraid-api/unraid-file-modifier/modifications/__fixtures__/downloaded/* + +# Generated Types +src/graphql/generated/client/*.ts