Closed
Description
Version
3.0.0-rc.6
Node and OS info
node v10.7.0, yarn 1.7.0, linux
Steps to reproduce
- vue create
- select babel, router, linter
- select 'ESLint Airbnb config''
- select 'lint on save'
- select 'In package.json'
What is expected?
new project created
What is actually happening?
getting this error
⠋ Running completion hooks...error: Unexpected newline after '(' (function-paren-newline) at test5/src/router.js:20:30:
18 | // this generates a separate chunk (about.[hash].js) for this route
19 | // which is lazy-loaded when the route is visited.
> 20 | component: () => import(
| ^
21 | /* webpackChunkName: "about" */
22 | './views/About.vue'),
23 | },
Metadata
Metadata
Assignees
Labels
No labels