Skip to content

Commit

Permalink
style: update eslint version
Browse files Browse the repository at this point in the history
  • Loading branch information
sky committed Jun 24, 2019
1 parent 3cfdf0c commit b7d9d25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class View {

/**
* render vue bundle file
* @method Context#render
* @function Context#render
* @param {String} name filename
* @param {Object} [locals] template data
* @param {Object} options custom params
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"egg-ci": "^1.5.0",
"egg-mock": "^3.2.0",
"egg-view-nunjucks": "^2.2.0",
"eslint": "^3.18.0",
"eslint-config-egg": "^3.2.0",
"eslint": "^6.0.0",
"eslint-config-egg": "^7.4.1",
"supertest": "^3.0.0",
"vue": "^2.5.13",
"webstorm-disable-index": "^1.1.2"
Expand Down
4 changes: 2 additions & 2 deletions test/view-vue-ssr.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ describe('test/view-vue-ssr.test.js', () => {

return app.ready()
.then(() => request(app.callback())
.get('/renderClient')
.expect(200));
.get('/renderClient')
.expect(200));
});
});

Expand Down

0 comments on commit b7d9d25

Please sign in to comment.