-
Notifications
You must be signed in to change notification settings - Fork 21
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
args detected as import ? #100
Comments
Sorry we don't. But I guess it shouldn't be hard to setup a basic node project to reproduce? I think we could not maintain repro template for every single plugin and keep them in sync. From a glance I can't tell why it would happend. I'd appreciate a repro for us to investigate. Thanks |
Thank you for the reply. I did a repro https://github.com/jycouet/eslint-repro-unused-imports I tried to go as close as my "big" repo (growing it step by step):
On my side, it would be the variable I also looked into ESLint Config Inspectorv0.5.4 (thx for this nice tool), and was able to explore rules & plugins & co... But didn't find where I'm screwing things. Would you have an idea of where else should I explore ? Let me know |
I started to And in the "wrong" report, |
I don't know under what circumstances the |
Thank you, I'll test it ASAP 👍 |
Do you know when it will be released? |
It's released now. There was a release failure I didn't notice before going bed 😅 |
Haha, thx again ✌️ |
Still seeing this on 4.1.4 with the |
@antfu were you able to have a look? |
Hi,
I'm trying to go to ESLint v9, and started from scratch my config (not that easy bump).
I don't know why but with this config
I get this error:
I'm expecting to have
unused-imports/no-unused-vars
, but I don't get why I'm gettingunused-imports/no-unused-imports
(same position & variable)event
is not an import.Do you have a default repro template for me to try reproducing it somewhere ?
Thank you for your help.
The text was updated successfully, but these errors were encountered: