-
-
Notifications
You must be signed in to change notification settings - Fork 525
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
[Feature request]: ignorePatterns
in .eslintrc.json
#2398
Comments
I had to use ignore patterns due to eslintignore not being looked for in parent folders. This would be great to have 😀 |
Could you please explain more about this? @andymac4182 |
From the eslint docs (https://eslint.org/docs/latest/use/configure/ignore)
vs the config file (https://eslint.org/docs/latest/use/configure/configuration-files)
If you include the |
Yeah I don't think there's monorepo / extends support yet. |
Sometimes it's just nicer to have fewer files. It would be nice if
ignorePatterns
was supported in oxlint. https://eslint.org/docs/latest/use/configure/ignore#ignorepatterns-in-config-filesThe text was updated successfully, but these errors were encountered: