Skip to content

Commit 7b40c86

Browse files
committed
Remove lint:scss script and node-fetch dependency
1 parent d00c05e commit 7b40c86

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/server/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"install-primer": "npm i -S primer",
2121
"reinstall-primer": "npm-run-all uninstall-primer install-primer",
2222
"test": "echo \"No test specified\" && exit 0",
23-
"lint": "npm-run-all lint:scss lint:js",
24-
"lint:scss": "stylelint src/**/*.scss --fix",
23+
"lint": "npm-run-all lint:js",
2524
"lint:js": "eslint src/**/*.js --fix",
2625
"lint:staged": "lint-staged",
2726
"ci": "npm-run-all lint test"
@@ -30,7 +29,6 @@
3029
"apollo-datasource-rest": "0.2.1",
3130
"apollo-server": "2.2.6",
3231
"graphql": "14.0.2",
33-
"node-fetch": "2.3.0",
3432
"nodemon": "^1.18.8",
3533
"npm-run-all": "^4.1.5",
3634
"rimraf": "2.6.2"

0 commit comments

Comments
 (0)