Skip to content

Commit 7f37848

Browse files
committed
Delete jscs & update eslint
1 parent 1c67b6d commit 7f37848

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

.jscsrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ before_script:
1717

1818
script:
1919
- npm run eslint
20-
- npm run jscs
2120
- npm run test-cov
2221

2322
after_script:

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"main": "index",
66
"scripts": {
77
"eslint": "eslint .",
8-
"jscs": "jscs .",
98
"test": "mocha test/index.js",
109
"test-cov": "istanbul cover --print both _mocha -- test/index.js"
1110
},
@@ -27,12 +26,9 @@
2726
"license": "MIT",
2827
"devDependencies": {
2928
"chai": "^3.5.0",
30-
"eslint": "^2.12.0",
31-
"eslint-config-hexo": "^1.0.3",
29+
"eslint": "^5.6.1",
30+
"eslint-config-hexo": "^3.0.0",
3231
"istanbul": "^0.4.3",
33-
"jscs": "^3.0.4",
34-
"jscs-preset-hexo": "^1.0.1",
35-
"mocha": "^2.5.3"
3632
"mocha": "^5.2.0"
3733
},
3834
"dependencies": {

0 commit comments

Comments
 (0)