Skip to content

Commit

Permalink
[Tests] remove jscs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 13, 2019
1 parent d7ee847 commit 1479506
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 @@ -7,9 +7,7 @@
"test": "npm run lint && node test.js && npm run coverage-quiet && npm run security",
"coverage": "covert test.js",
"coverage-quiet": "covert test.js --quiet",
"lint": "npm run jscs && npm run eslint",
"eslint": "eslint *.js",
"jscs": "jscs *.js",
"lint": "eslint .",
"security": "nsp package"
},
"repository": {
Expand Down Expand Up @@ -38,7 +36,6 @@
"covert": "^1.1.0",
"eslint": "^1.1.0",
"@ljharb/eslint-config": "^1.0.4",
"jscs": "^2.1.0",
"nsp": "^1.0.3"
},
"engines": {
Expand Down

0 comments on commit 1479506

Please sign in to comment.