This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 887
How to get command line tslint to lint Vue files #3676
Labels
Comments
duplicate of #2099 |
@adidahiya That issue became pretty off-topic. The discussion changed into linting issues, and there ultimately was no solution. Someone posted about configuring |
Yeah, but the original post is almost identical and the goal is the same. That thread has a lot of traffic and any even remotely applicable solution will show up there. |
Fair enough! I'll post there. |
test <script lang="ts"> in the tag of script part <script lang="ts"> </script> |
// tsconfig.json |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report
TypeScript code being linted
with
tslint.json
configuration:How do I set up
tsconfig.json
to lint the TS portion of my Vue files? It works fine in VS Code, but I'd like the command line to work as well.The text was updated successfully, but these errors were encountered: