-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
files from node_modules
getting resloved despite being in .eslintignore
#606
Comments
node_modules
getting resloved despite being in .eslintignore filenode_modules
getting resloved despite being in .eslintignore
Having this issue as well. Just tried upgrading |
Alright, narrowed it down. Calling
This calls ESLint's
I don't have the In #602 the check for Until this bug is fixed it you have to either: A) Downgrade to a version that doesn't include the changes from #602 or B) Change your |
@ratherblue thanks for debugging it. Feel free to create a PR. If you don't have time, I will do it when I find a moment :) |
I can try to take a stab tomorrow morning 👍.
…On Mon, May 10, 2021 at 11:37 PM Piotr Oleś ***@***.***> wrote:
@ratherblue <https://github.com/ratherblue> thanks for debugging it. Feel
free to create a PR. If you don't have time, I will do it when I find a
moment :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#606 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHSRGDADBXLF7ZSJSKJI3DTNDGDNANCNFSM44KH5OJQ>
.
|
🎉 This issue has been resolved in version 6.2.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 7.0.0-alpha.15 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hi 👋
After updating to 6.2.6 which includes #602 I've got this error eslint/eslint#14533. My config is:
But I also have
node_modules
ignored and when running from CLIyarn eslint --fix '**/*.{js,jsx,ts,tsx}'
it works just fine.Do you think it can be fixed? Or maybe I can specify this blob differently to not include node_modules in the first place?
The text was updated successfully, but these errors were encountered: