Skip to content

Commit

Permalink
[Tests] remove jscs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 19, 2018
1 parent aeeb968 commit 1b8cfe8
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 security",
"coverage": "covert test.js",
"coverage-quiet": "covert test.js --quiet",
"lint": "npm run jscs && npm run eslint",
"jscs": "jscs *.js",
"eslint": "eslint test.js *.js",
"lint": "eslint test.js *.js",
"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
"security": "nsp check"
},
Expand Down Expand Up @@ -42,7 +40,6 @@
"covert": "^1.1.0",
"editorconfig-tools": "^0.1.1",
"eslint": "^4.19.1",
"jscs": "^3.0.7",
"nsp": "^3.2.1",
"replace": "^1.0.0",
"semver": "^5.5.0",
Expand Down

0 comments on commit 1b8cfe8

Please sign in to comment.