Skip to content

Commit

Permalink
test: remove jscs (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh authored and yoshinorin committed Jul 21, 2019
1 parent 3d2f5b4 commit 5e3aff6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .jscsrc

This file was deleted.

1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ before_script:

script:
- npm run eslint
- npm run jscs
- npm run test-cov

after_script:
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "index",
"scripts": {
"eslint": "eslint .",
"jscs": "jscs .",
"test": "mocha test/index.js",
"test-cov": "istanbul cover --print both _mocha -- test/index.js"
},
Expand All @@ -31,8 +30,6 @@
"eslint": "^5.16.0",
"eslint-config-hexo": "^1.0.3",
"istanbul": "^0.4.3",
"jscs": "^3.0.4",
"jscs-preset-hexo": "^1.0.1",
"mocha": "^6.0.2"
},
"dependencies": {
Expand Down

0 comments on commit 5e3aff6

Please sign in to comment.