Skip to content

Commit

Permalink
[Dev Deps] remove jscs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 8, 2018
1 parent 87e23ee commit 23c2e2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 179 deletions.
175 changes: 0 additions & 175 deletions .jscs.json

This file was deleted.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
"test:corejs": "node test/corejs",
"coverage": "covert test/native test/why",
"coverage-quiet": "covert test/native.js --quiet",
"lint": "npm run --silent jscs && npm run --silent eslint",
"jscs": "jscs *.js test/*.js",
"eslint": "eslint *.js test/*.js",
"lint": "eslint *.js test/*.js",
"security": "nsp check"
},
"repository": {
Expand Down Expand Up @@ -56,7 +54,6 @@
"es6-shim": "^0.35.3",
"eslint": "^4.19.1",
"foreach": "^2.0.5",
"jscs": "^3.0.7",
"make-arrow-function": "^1.1.0",
"make-generator-function": "^1.1.0",
"nsp": "^3.2.1",
Expand Down

0 comments on commit 23c2e2e

Please sign in to comment.