Skip to content
This repository was archived by the owner on Oct 28, 2020. It is now read-only.

Commit cec161a

Browse files
committed
fix(coverage): bithound can't eslint@^2.0.0
1 parent 738c383 commit cec161a

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bithoundrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"critics": {
1212
"lint": {
13-
"engine": "eslint"
13+
"engine": "none"
1414
},
1515
"wc": {
1616
"limit": 1000

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ node_js:
1818
before_install:
1919
- npm i -g npm@^2.0.0
2020
- npm i -g gulp
21-
- npm i -g bithound
2221
before_script:
2322
- if (( "${TRAVIS_NODE_VERSION}" >= 6 )) && [ "$TRAVIS_BRANCH" = "master" ]; then export COVERAGE_REPORT=true; fi;
2423
- npm prune

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"commitizen": "^2.8.2",
4444
"cz-conventional-changelog": "^1.1.6",
4545
"esdoc": "^0.4.7",
46+
"eslint": "^3.0.1",
4647
"gulp": "^3.9.1",
4748
"gulp-babel": "^6.1.2",
4849
"gulp-codecov": "^2.0.2",

0 commit comments

Comments
 (0)