diff --git a/.eslintignore b/.eslintignore index 1466810..faae669 100644 --- a/.eslintignore +++ b/.eslintignore @@ -5,4 +5,5 @@ yarn.lock package-lock.json **/*.test.js coverage -mocks \ No newline at end of file +mocks +graphql \ No newline at end of file diff --git a/.prettierignore b/.prettierignore index 2f7f894..2bd96bf 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,3 @@ .next public -services/crm/graphql/schema.graphql \ No newline at end of file +graphql \ No newline at end of file