From 3fd3a62121607ad074b7fc977f3fc6575b66f755 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 24 Dec 2018 00:16:05 -0800 Subject: [PATCH] [Tests] remove `jscs` --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index c02101e..5049501 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,7 @@ "tests-only": "node --harmony --es-staging test", "posttest": "npm run security", "coverage": "covert test.js", - "lint": "npm run jscs && npm run eslint", - "jscs": "jscs test.js *.js", - "eslint": "eslint test.js *.js", + "lint": "eslint test.js *.js", "security": "nsp check" }, "repository": { @@ -35,7 +33,6 @@ "foreach": "^2.0.5", "indexof": "^0.0.1", "is": "^3.2.1", - "jscs": "^3.0.7", "nsp": "^3.2.1", "semver": "^5.5.0", "tape": "^4.9.0"