eslint-plugin-import-x icon indicating copy to clipboard operation
eslint-plugin-import-x copied to clipboard

fix: false positive with no-rename-default

Open Zamiell opened this issue 1 year ago • 7 comments

This PR fixes the false positive with the package "typescript-eslint" and "eslint-plugin-jsdoc".

Summary by CodeRabbit

  • Bug Fixes

    • Fixed false positives in the no-rename-default lint rule so legitimate re-aliasing of default exports (including names that normalize to “default” or “index”) is no longer flagged, reducing lint noise and improving compatibility with third-party modules.
  • Chores

    • Added a changeset entry to publish a patch release for this fix.

Zamiell avatar Sep 10 '24 15:09 Zamiell