Skip to content

v6.0.0

Latest

Choose a tag to compare

@ricardogobbosouza ricardogobbosouza released this 03 Apr 11:56

6.0.0 (2026-04-03)

⚠ BREAKING CHANGES

  • remove threads option (#299)
  • use compiler.options.mode to set the default value of failOnError (#296)
  • add support for ESLint v10 and remove support for ESLint v8 and Node.js v18 (#295)

Features

  • add support for ESLint v10 and remove support for ESLint v8 and Node.js v18 (#295) (42de4fe)

Bug Fixes

  • do not store errors, errors from files not included should not be reported (#298) (a4400b2)

  • use compiler.options.mode to set the default value of failOnError (#296) (def99b0)

  • remove threads option (#299) (a53360e)