You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sure the problem is a parser problem. (If you are not sure, search for the issue in eslint-plugin-vue repo and open the issue in eslint-plugin-vue repo if there is no solution.
I have tried restarting my IDE and the issue persists.
I have updated to the latest version of the packages.
What version of ESLint are you using?
8.57.0
What version of eslint-plugin-vue and vue-eslint-parser are you using?
Before You File a Bug Report Please Confirm You Have Done The Following...
What version of ESLint are you using?
8.57.0
What version of
eslint-plugin-vue
andvue-eslint-parser
are you using?What did you do?
I created a new Vue.js project with TS + ESLint and updated the
.eslintrc.cjs
to add the@typescript-eslint/no-unsafe-argument
rule.I also set the
parserOptions.project
andparserOptions.parser
options so thattypescript-eslint
works.Configuration
What did you expect to happen?
No errors to be shown when running
npm run lint
What actually happened?
I got an
@typescript-eslint/no-unsafe-argument
error in thesrc/main.ts
because theApp.vue
file couldn't be typed when passing it tocreateApp
.Link to Minimal Reproducible Example
https://github.com/danieldasilva-smake/missing-vue-file-typings-eslint
Additional comments
No response
The text was updated successfully, but these errors were encountered: