<!-- IMPORTANT: Please use the following link to create a new issue: https://new-issue.vuejs.org/?repo=vuejs/vue-cli If your issue was not created using the app above, it will be closed immediately. 中文用户请注意: 请使用上面的链接来创建新的 issue。如果不是用上述工具创建的 issue 会被自动关闭。 --> There is some lint error in some of e2e test js files:   the `.eslintrc` file is: `{ "root": true, "extends": [ "plugin:vue/essential", "@vue/airbnb", "@vue/typescript" ] }` i used `@vue/cli@3.0.0-beta.1` for creating this template.