Skip to content

Commit

Permalink
[Tests] remove jscs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 16, 2019
1 parent 64a9127 commit 90eb2ed
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 @@ -30,7 +30,6 @@
"@ljharb/eslint-config": "^12.2.1",
"covert": "^1.1.1",
"eslint": "^4.19.1",
"jscs": "^3.0.7",
"tape": "^4.10.1"
},
"license": "MIT",
Expand All @@ -40,9 +39,7 @@
"posttest": "npm run coverage -- --quiet",
"tests-only": "node test",
"coverage": "covert test/*.js",
"lint": "npm run jscs && npm run eslint",
"jscs": "jscs *.js */*.js",
"eslint": "eslint *.js */*.js"
"lint": "eslint ."
},
"testling": {
"files": "test/index.js",
Expand Down

0 comments on commit 90eb2ed

Please sign in to comment.