npm @eslint-react/eslint-plugin 4.0.2-beta.5
v4.0.2-beta.5 (2026-03-30)

latest releases: 5.10.0, 5.9.5, 5.9.4...
3 months ago

What's Changed

Note: v4.0.2-beta.4 was skipped.

🐞 Fixes

  • core: findImportSource: Add cycle detection to prevent infinite recursion when resolving variable aliases.
  • core: isReactAPI: Fix API name matching logic to use endsWith for precise matching.
  • core: isRenderMethodLike: Support ClassExpression in addition to ClassDeclaration.
  • ast: Fix JSX attribute name comparison to use isNodeEqual instead of string comparison, properly handling JSXNamespacedName (e.g., xlink:href).
  • ast: Update FunctionInitPath types to support method definitions and property arrow functions in class expressions.
  • react-x: no-duplicate-key: Fix false positive for SVG xlink attributes.

Full Changelog: v4.0.2-beta.3...v4.0.2-beta.5

Don't miss a new eslint-plugin release

NewReleases is sending notifications on new releases.