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 c6212f9 commit 0c026a0
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 @@ -10,9 +10,7 @@
"test": "npm run tests-only",
"posttest": "npm run security",
"coverage": "covert test",
"lint": "npm run jscs && npm run eslint",
"jscs": "jscs *.js */*.js",
"eslint": "eslint",
"lint": "eslint .",
"security": "nsp check"
},
"repository": {
Expand All @@ -37,7 +35,6 @@
"@ljharb/eslint-config": "^13.0.0",
"covert": "^1.1.0",
"eslint": "^5.6.0",
"jscs": "^3.0.7",
"nsp": "^3.2.1",
"object-inspect": "^1.6.0",
"safe-publish-latest": "^1.1.2",
Expand Down

0 comments on commit 0c026a0

Please sign in to comment.