question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support tslint's '--out' option in @vue/cli-plugin-typescript

See original GitHub issue

Version

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:closed
  • Created 5 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
chriszrccommented, Jan 10, 2019

Is the cli lint command even running tslint? Or is it running eslint? I get no errors when running vue-cli-service lint but plenty of tslint errors when running vue-cli-service serve?

1reaction
anders-windcommented, Apr 11, 2019
2. If you have additional requests for tslint options, we can consider extending this issue to mean: forward all additional args to tslint.

This would be very helpful 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found