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 20, 2019
1 parent 43665f5 commit 4c9100c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 180 deletions.
176 changes: 0 additions & 176 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 @@ -12,9 +12,7 @@
"posttest": "npm run --silent 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 check"
},
Expand All @@ -37,7 +35,6 @@
"covert": "^1.1.0",
"editorconfig-tools": "^0.1.1",
"eslint": "^4.15.0",
"jscs": "^3.0.7",
"nsp": "^3.1.0",
"tape": "^4.8.0"
},
Expand Down

0 comments on commit 4c9100c

Please sign in to comment.