v5.0.0
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