Skip to content

Commit

Permalink
Upgrade eslint to 5.0.1 (#4589)
Browse files Browse the repository at this point in the history
* Upgrade eslint to 5.0.1

* Fix lint
  • Loading branch information
sharkykh authored and OmgImAlexis committed Jul 5, 2018
1 parent 3edf93a commit 2ed76da
Show file tree
Hide file tree
Showing 5 changed files with 234 additions and 34 deletions.
2 changes: 1 addition & 1 deletion themes-default/slim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"concurrently": "3.6.0",
"cross-env": "5.2.0",
"cssnano": "3.10.0",
"eslint": "4.19.1",
"eslint": "5.0.1",
"eslint-config-xo": "0.23.0",
"eslint-plugin-vue": "4.5.0",
"event-stream": "3.3.4",
Expand Down
2 changes: 1 addition & 1 deletion themes-default/slim/test/specs/app-link.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test.beforeEach(t => {
t.context.state = state;
t.context.store = new Puex({ state });
t.context.base = 'http://localhost:8081/';
t.context.routerBase = '/'; // This might be '/webroot'
t.context.routerBase = '/'; // This might be '/webroot'
});

test('renders external link', t => {
Expand Down
Loading

0 comments on commit 2ed76da

Please sign in to comment.