What version of Oxlint are you using?
1.30.0
What command did you run?
oxlint
What does your .oxlintrc.json config file look like?
What happened?
eslint-plugin-vitest just changed toThrow -> toThrowError : https://github.com/vitest-dev/eslint-plugin-vitest/pull/832/files
OxLint needs to be updated, otherwise there is a constant conflict, where eslint changes to toThrowError and oxlint changes it back to toThrow.
What version of Oxlint are you using?
1.30.0
What command did you run?
oxlint
What does your
.oxlintrc.jsonconfig file look like?// your config hereWhat happened?
eslint-plugin-vitest just changed toThrow -> toThrowError : https://github.com/vitest-dev/eslint-plugin-vitest/pull/832/files
OxLint needs to be updated, otherwise there is a constant conflict, where eslint changes to
toThrowErrorand oxlint changes it back totoThrow.