Skip to content

Support eslint v9

Pre-release
Pre-release
Compare
Choose a tag to compare
@javierbrea javierbrea released this 17 Jun 17:09
· 31 commits to release-eslint-v9 since this release
fe30a93

Changed

  • feat: Modify dependencies and tests to support eslint v9
  • feat: Remove plugins property from preset configurations, given that eslint v9 does not support defining plugins by using strings in the configuration. Added example to the main readme file to show how the plugin and predefined configurations should be used now.
  • chore: Migrate self eslint configuration to v9 format.

Removed

  • chore: Drop support for Node.js versions lower than 18.18