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 d00c05e commit 7b40c86Copy full SHA for 7b40c86
packages/server/package.json
@@ -20,8 +20,7 @@
20
"install-primer": "npm i -S primer",
21
"reinstall-primer": "npm-run-all uninstall-primer install-primer",
22
"test": "echo \"No test specified\" && exit 0",
23
- "lint": "npm-run-all lint:scss lint:js",
24
- "lint:scss": "stylelint src/**/*.scss --fix",
+ "lint": "npm-run-all lint:js",
25
"lint:js": "eslint src/**/*.js --fix",
26
"lint:staged": "lint-staged",
27
"ci": "npm-run-all lint test"
@@ -30,7 +29,6 @@
30
29
"apollo-datasource-rest": "0.2.1",
31
"apollo-server": "2.2.6",
32
"graphql": "14.0.2",
33
- "node-fetch": "2.3.0",
34
"nodemon": "^1.18.8",
35
"npm-run-all": "^4.1.5",
36
"rimraf": "2.6.2"
0 commit comments