-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
Node must be provided when reporting error if location is not provided #306
Comments
@CalebDelbridge I'm also having this. What was the fix you have done? |
In all honesty, I'm not sure. Try restarting vscode, deleting node_modules, reinstalling the dependencies, and checking your config. These are all the things that I think I did, and it resolved itself. Best of luck mate |
Has anyone found any solution? I am having this problem with files containing enum type |
me also, with enum |
In my case, I was making use of typescript-eslint and this solved my issue: no-unused-vars override Detailed info here: typescript-eslint/typescript-eslint#2486 |
Hi @tcamaraCS , thank you 🎉 it solved my problem too but does not change the fact that it is a bug 😎 |
Currently experiencing this. Has anyone found a fix? |
I had a similar problem. Instead of redefining the rules. I corrected the cause in enum. BEFORE
AFTER
After changing the enum the error is gone |
the fixes helped me too. thank you!))) |
this doesn't help if the quotations are not redundant (names with dashes or whitespace, etc) @Jaxenormus why was this closed? |
Please don't comment on old issues, intead, you should create a new issue with runnable reproduction if you're still facing the issue. |
This happens on random and most of the times the error is not current it also happens top pop up when I'm just typing code
Stack trace
All my dev dependencies
The text was updated successfully, but these errors were encountered: