Closed
Description
What problem does this feature solve?
If I would like to work on a project using TypeScript and also I would like to lint templates of .vue
files, I need to start a new project selecting TypeScript and TSLint, and then install and invoke the @vue/cli-plugin-eslint
plugin to add the required packages and the .eslintrc
file.
What does the proposed API look like?
Allow selecting TSLint + ESLint (with the same config as ESLint with error prevention only
) to generate .eslintrc
and tslint.json
files, when I create a new Vue project.
Maybe would be better to add a question after Pick a linter / formatter config
to ask if I would like to lint templates in .vue
files