code gen linter fix

This commit is contained in:
Djeeberjr 2021-07-27 21:22:13 +02:00
parent abbcaf9166
commit c20e894d52

View File

@ -5,7 +5,7 @@ generates:
src/generated/graphql.tsx:
hooks:
afterOneFileWrite:
- yarn run eslint --fix src/generated/graphql.tsx
- yarn run eslint --fix --no-ignore src/generated/graphql.tsx
plugins:
- "typescript"
- "typescript-operations"