Skip to content

Commit

Permalink
[Tests] remove jscs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 1, 2019
1 parent 0015678 commit 052aed1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 178 deletions.
174 changes: 0 additions & 174 deletions .jscs.json

This file was deleted.

5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -14,9 +14,7 @@
"test:module": "node test/index.js",
"coverage": "covert test/*.js",
"coverage-quiet": "covert test/*.js --quiet",
"lint": "npm run --silent jscs && npm run --silent eslint",
"eslint": "eslint test/*.js *.js",
"jscs": "jscs test/*.js *.js",
"lint": "eslint .",
"security": "nsp check"
},
"repository": {
Expand Down Expand Up @@ -50,7 +48,6 @@
"array-map": "^0.0.0",
"covert": "^1.1.0",
"eslint": "^5.8.0",
"jscs": "^3.0.7",
"nsp": "^3.2.1",
"tape": "^4.9.1"
},
Expand Down

0 comments on commit 052aed1

Please sign in to comment.