We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec3ff02 commit 49b1e58Copy full SHA for 49b1e58
.eslintrc.json
@@ -9,6 +9,7 @@
9
"sourceType": "module"
10
},
11
"rules": {
12
+ "no-console":0,
13
"indent": [
14
"error",
15
"tab"
package.json
@@ -33,6 +33,7 @@
33
"accepts": "^1.3.3",
34
"content-type": "^1.0.2",
35
"graphql": "^0.9.3",
36
+ "graphql-tools": "^1.2.2",
37
"http-errors": "^1.6.1",
38
"querystring": "^0.2.0",
39
"raw-body": "^2.2.0",
@@ -41,7 +42,6 @@
41
42
"devDependencies": {
43
"chai": "^4.1.0",
44
"eslint": "^4.1.1",
- "graphql-tools": "^1.2.2",
45
"mocha": "^3.4.2",
46
"node-mocks-http": "^1.6.4",
47
"standard-version": "^4.2.0",
0 commit comments