Vue CLI v3.7.0
? Please pick a preset: Manually select features
? Check the features needed for your project: Babel, TS, Linter
? Use class-style component syntax? Yes
? Use Babel alongside TypeScript for auto-detected polyfills? Yes
? Pick a linter / formatter config: TSLint
? Pick additional lint features: (Press <space> to select, <a> to toggle all, <i> to invert selection)Lint on save
? Where do you prefer placing config for Babel, PostCSS, ESLint, etc.? In dedicated config files
? Save this as a preset for future projects? (y/N) N
2. On the command-line
$ vue add vuetify
Choose the Default preset.
3. On the command-line
$ npm run serve
What is expected?
No tslint warning or errors due to source code in plugin
What is actually happening?
vuetify related warnings and errors like the one below:
Version
3.7.0
Reproduction link
https://github.com/iovuio/so-vue-lint-issue-001
Environment info
Steps to reproduce
1. On the command line
Select options as below
2. On the command-line
Choose the Default preset.
3. On the command-line
What is expected?
No tslint warning or errors due to source code in plugin
What is actually happening?
vuetify related warnings and errors like the one below:
adding
src/plugins
to theexclude
list intslint.json
does not fix the problem.