v6.0.0
Added 1
- Add support for ESLint v10
Changed 1
- Use compiler.options.mode to set the default value of failOnError
Fixed 1
- Do not store errors, errors from files not included should not be reported
Removed 2
- Remove threads option
- Remove support for ESLint v8 and Node.js v18
From eslint-webpack-plugin
6.0.0 (2026-04-03)
⚠ BREAKING CHANGES
- remove threads option (#299)
- use
compiler.options.modeto set the default value offailOnError(#296) - add support for ESLint v10 and remove support for ESLint v8 and Node.js v18 (#295)