Open pumano opened 3 weeks ago
Is an .eslintignore not sufficient?
Is an .eslintignore not sufficient?
It's deprecated in eslint 9, and it's warn every time I run eslint, also I use nx, which all jobs internally rely on eslint and warn every job run (build, test, lint, etc)
What version of Oxlint are you using?
0.10.3
What command did you run?
No response
What does your
.oxlint.json
config file look like?proposed example:
What happened?
When I use eslint flat config with eslint 9, eslint spam me warning about not use
.eslintignore
which is only way to ignore files and folders supported byoxlint
.I suggest to support
"ignores"
in config from eslint flat config which way to set paths for ignoring. Link toignores
in eslint website: https://eslint.org/docs/latest/use/configure/ignoreAfter it implemented people from eslint 9 can use
oxlint
without annoying warnings.