-
-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
curious if this plugin works with vue and typescript? #70
Comments
This actually can be accomplished by overriding default host behavior with Stay tuned, I working on a PR now and should be done by tomorrow-ish! |
Thanks. When PR is ready, I will will include it as soon as possible in my vue webpack template fork https://github.com/Toilal/vue-webpack-template to test this. |
Hi @Toilal You can see the PR here: #77
<script lang="ts">
import Hello from '@/components/hello.vue'
// ...
</script>
{
"defaultSeverity": "error",
"extends": [
"tslint-config-standard"
]
}
If you are working in VSCode, you'll need extensions Vetur and TSLint Vue (a forked extension which I also currently maintain) and the editor will match the output you get from this |
For anyone else following this thread, you can use this plugin right away with |
I just found a critical problem that I'm working to fix. It looks like the |
Alright! I found how to get it to work fully on It's working in my vscode extension fork: TSLint Vue. So now I can release a new working PR here. Stay tuned! |
Exciting!! |
The new PR is up and waiting feedback/approval: #77 For a quick install into your current Vue project (to see it working):
See this post further up this thread for instructions on Webpack config and more. |
I seem to be able to build and run my app with and without the |
this adds TypeScript type checking and TSLint to vue SFC. |
seems to have issues finding typescript classes in .vue files.
wondering if this is a known issue?
The text was updated successfully, but these errors were encountered: