Support tslint's '--out' option in @vue/cli-plugin-typescript
See original GitHub issueVersion
3.0.1
Node and OS info
Node 10.9.0 / yarn 1.9.4 / MacOS 10.13.6
Steps to reproduce
yarn add @vue/cli-plugin-typescript
vue-cli-service lint --format junit --out tslint.xml
What is expected?
Save tslint’s output in file using ‘–out’ option.
What is actually happening?
‘tslint.xml’ file does not produce.
‘–out’ option supported in existing tslint(https://palantir.github.io/tslint/usage/cli/) does not work with tslint in @vue/cli-plugin-typescript.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
vue/cli-plugin-typescript
parallel should be set to false when using Typescript in combination with non-serializable loader options, such as regexes, dates and functions.
Read more >@vue/cli-plugin-typescript | Yarn - Package Manager
Drop support for webpack plugins that do not work with v4 or above. dll option has been removed. the "vueLoader" option has been...
Read more >Tslint support for Vue.js single file components : WEB-31044
We are considering adding support for TSLint in Vue files without typescript-tslint-plugin, but we're not sure if this is actually required, ...
Read more >How can I auto fix tslint errors in vuejs - Stack Overflow
1 Answer 1 · I tried that plugin but it doesn't seem to go well with the templates in the .vue files. ·...
Read more >@vue/cli-plugin-typescript - npm
typescript plugin for vue-cli. Latest version: 5.0.8, last published: 6 months ago. Start using @vue/cli-plugin-typescript in your project ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Is the cli lint command even running tslint? Or is it running eslint? I get no errors when running
vue-cli-service lintbut plenty of tslint errors when runningvue-cli-service serve?This would be very helpful 😃