Skip to content

Commit

Permalink
[Tests] remove jscs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 21, 2019
1 parent 817361a commit 3d49592
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 126 deletions.
122 changes: 0 additions & 122 deletions .jscs.json

This file was deleted.

5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -9,9 +9,7 @@
"test": "npm run lint && node --harmony --es-staging test.js && npm run security",
"coverage": "covert test.js",
"coverage-quiet": "covert test.js --quiet",
"lint": "npm run jscs && npm run eslint",
"jscs": "jscs test.js *.js",
"eslint": "eslint test.js *.js",
"lint": "eslint .",
"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
"security": "nsp package"
},
Expand All @@ -34,7 +32,6 @@
"tape": "^4.2.0",
"indexof": "^0.0.1",
"covert": "^1.1.0",
"jscs": "^2.1.1",
"editorconfig-tools": "^0.1.1",
"nsp": "^1.1.0",
"eslint": "^1.5.1",
Expand Down

0 comments on commit 3d49592

Please sign in to comment.