-
Notifications
You must be signed in to change notification settings - Fork 30
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
Why @ vue/typescript, it will error checking my vue script without ts lang #16
Comments
#49 was closed in #116 but doesn't fix the issue expressed here. Only <script lang="ts"> should be parsed with the typescript-eslint/parser in a Vue SingleFileComponent (*.vue file) |
I have the exact same issue. As far as my understanding goes To differ between the
but now, you should use |
Also related: vuejs/vue-eslint-parser#125 (comment) |
When I use js components in a TS project, why check the JS script in a VUE file
comp.vue
.eslintrc.js
The text was updated successfully, but these errors were encountered: