Skip to content

Commit

Permalink
Add the babel-eslint package to fix the eslint related issue. The esl…
Browse files Browse the repository at this point in the history
…int-config-hexo has a dependence on babel-eslint, but our project miss it.
  • Loading branch information
mamboer committed Apr 24, 2017
1 parent fbcd27e commit 906e7b1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@
"object-assign": "^4.1.1"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"chai": "^3.5.0",
"cheerio": "^0.22.0",
"eslint": "^2.13.1",
"eslint": "^2.4.0",
"eslint-config-hexo": "^1.0.4",
"hexo": "^3.3.1",
"istanbul": "^0.4.5",
"jscs": "^3.0.7",
"jscs-preset-hexo": "^1.0.1",
"mocha": "^3.2.0",
"istanbul": "^0.4.5"
"mocha": "^3.2.0"
}
}

0 comments on commit 906e7b1

Please sign in to comment.