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 18, 2018
1 parent c67825a commit c30694e
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
Expand Up @@ -12,9 +12,7 @@
"test:uglified": "node test/uglified",
"posttest": "npm run security",
"coverage": "covert test",
"lint": "npm run jscs && npm run eslint",
"jscs": "jscs *.js */*.js",
"eslint": "eslint *.js */*.js",
"lint": "eslint *.js */*.js",
"security": "nsp check"
},
"repository": {
Expand All @@ -41,7 +39,6 @@
"core-js": "^2.5.6",
"covert": "^1.1.0",
"eslint": "^4.19.1",
"jscs": "^3.0.7",
"make-generator-function": "^1.1.0",
"nsp": "^3.2.1",
"replace": "^1.0.0",
Expand Down

0 comments on commit c30694e

Please sign in to comment.