github Rel1cx/eslint-react v5.16.0
v5.16.0 (2026-07-16)

3 hours ago

What's Changed

✨ New

  • @eslint-react/core: added support for hook calls written as tagged template literals. (#1909)

    const x = useMotionValue(100);
    const transform = useMotionTemplate`transform(${x}px)`;
    //                ^^^ tagged template literal hook call
  • @eslint-react/jsx: findAttribute now resolves nested spread identifiers and nested object expression spreads. (#1908)

🏗️ Internal

  • Added tests and per-rule changelogs for tagged template literal hook calls. (#1909)

Full Changelog: v5.15.0...v5.16.0

Attestation

https://github.com/Rel1cx/eslint-react/attestations/35506571

Don't miss a new eslint-react release

NewReleases is sending notifications on new releases.