Closed
Description
Version
3.2.1
Reproduction link
Environment info
System:
OS: Linux 4.15 Ubuntu 18.04.1 LTS (Bionic Beaver)
CPU: (4) x64 Intel(R) Core(TM) i5 CPU M 430 @ 2.27GHz
Binaries:
Node: 10.14.0 - /usr/bin/node
Yarn: Not Found
npm: 6.4.1 - /usr/local/bin/npm
Browsers:
Chrome: 70.0.3538.110
Firefox: 63.0.3
npmPackages:
@vue/babel-preset-app: 3.2.0
@vue/cli-overlay: 3.2.0
@vue/cli-plugin-babel: ^3.2.0 => 3.2.0
@vue/cli-plugin-eslint: ^3.2.0 => 3.2.1
@vue/cli-service: ^3.2.0 => 3.2.0
@vue/cli-shared-utils: 3.2.0
@vue/component-compiler-utils: 2.3.0
@vue/preload-webpack-plugin: 1.1.0
@vue/web-component-wrapper: 1.2.0
babel-helper-vue-jsx-merge-props: 2.0.3
babel-plugin-transform-vue-jsx: 4.0.1
eslint-plugin-vue: ^5.0.0-0 => 5.0.0-beta.5
vue: ^2.5.17 => 2.5.17
vue-eslint-parser: 2.0.3
vue-hot-reload-api: 2.3.1
vue-loader: 15.4.2
vue-style-loader: 4.1.2
vue-template-compiler: ^2.5.17 => 2.5.17
vue-template-es2015-compiler: 1.6.0
npmGlobalPackages:
@vue/cli: 3.2.1
Steps to reproduce
vue create test
or create project invue ui
;- Select
default
template; - Open
vue ui
and inConfiguration -> ESLint configuration
select configStrongly recommended
orRecommended
; npm run serve
-> no any warnings;- Open
App.vue
, simply re-save it (or make small changes) -> warnings shown.
What is expected?
Terminal should show warnings on initial npm run serve
without any additional actions with a files.
What is actually happening?
After npm run serve
it is necessary to make any changes with a files in order to get ESLint warnings.