Skip to content

Commit

Permalink
chore: add @graphql-codegen/cli to depcheck ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Oct 3, 2023
1 parent feba497 commit d2992b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .depcheckrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ignores: [ "@graphql-codegen/client-preset", "@graphql-typed-document-node/core", "@ianvs/prettier-plugin-sort-imports", "jest-environment-jsdom", "react-dom", "terraso-client-shared", "terraso-backend" ]
ignores: [ "@graphql-codegen/cli", "@graphql-codegen/client-preset", "@graphql-typed-document-node/core", "@ianvs/prettier-plugin-sort-imports", "jest-environment-jsdom", "react-dom", "terraso-client-shared", "terraso-backend" ]

0 comments on commit d2992b8

Please sign in to comment.