Skip to content

v5.0.0

Compare
Choose a tag to compare
@freaktechnik freaktechnik released this 04 Feb 12:09
· 70 commits to main since this release
v5.0.0
ed93365

What's Changed

  • The exported configs are now eslint flat configs. They no longer set the ECMA version. The README has been updated to show how to use them in flat configs.
  • Now requires eslint 8.51.0 or later
  • The package is now es modules only, so make sure your node version is good with that. This also means you have to consume this plugin through a flat config. If you still need to use the old config system, don't update to v5 and beyond.

Known issue: the plugin is missing self-describing info for flat config, will publish a version with that shortly.

Full Changelog: v4.0.0...v5.0.0