Skip to content

Commit

Permalink
Merge branch 'greenkeeper/eslint-5.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
idealley committed Jul 3, 2018
2 parents 7cccd69 + 63a169a commit ed53b95
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 72 deletions.
232 changes: 162 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"build": "webpack --env build --mode production",
"dev": "webpack --progress --colors --watch --env dev --mode development",
"eslint": "eslint src/. test/. --config .eslintrc.json",
"eslint": "eslint src --config .eslintrc.json",
"test": "npm run eslint && nyc mocha --require @babel/register --colors ./test/lib --recursive",
"test:watch": "mocha --require @babel/register --colors -w ./test/lib --recursive",
"test:watch-composition": "mocha --require @babel/register --colors -w ./test/lib/composition.test.js",
Expand Down Expand Up @@ -54,7 +54,7 @@
"babel-preset-es2015": "6.24.1",
"chai": "4.1.2",
"coveralls": "^3.0.0",
"eslint": "^4.19.0",
"eslint": "^5.0.1",
"eslint-loader": "2.0.0",
"istanbul": "^0.4.5",
"mocha": "5.2.0",
Expand Down

0 comments on commit ed53b95

Please sign in to comment.