-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
A lot of no-undef in Vue @Component decorators after parser update #2942
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
Labels
Comments
Same cause as #2941 - a regression introduced in a recent update in the scope analyser. |
bradzacher
added a commit
that referenced
this issue
Jan 19, 2021
This was referenced Jan 19, 2021
This was referenced Jan 21, 2021
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Repro
.eslintrc.js:
App.vue:
tsconfig.json:
Expected Result
When I use
"@typescript-eslint/parser": "4.13.0"
- tests are passing, no lining errors.Actual Result
When I use
"@typescript-eslint/parser": "4.14.0"
- tests are failing, because of the lining errors:Additional Info
Versions
@typescript-eslint/parser
4.14.0
TypeScript
4.1.3
ESLint
7.18.0
node
14.15.4
The text was updated successfully, but these errors were encountered: