eslint-plugin-import-x
eslint-plugin-import-x copied to clipboard
fix: false positive with no-rename-default
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.