We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f1df1 commit ae13aaaCopy full SHA for ae13aaa
.eslintignore
@@ -1,8 +1,2 @@
1
**/node_modules/**
2
-**/build/**
3
-**/lib/**
4
-
5
-packages/client/**
6
7
-#ignore generated types
8
-packages/types/src/graphql.ts
+**/dist/**
.npmignore
@@ -17,3 +17,5 @@ renovate.json
17
.github/
18
dist/test/
19
config/
20
+coverage/
21
+.eslintignore
0 commit comments