You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
the import-index rule is marked as deprecated but seems to have been removed
The import-index rule is marked as deprecated but seems to have been removed
Mar 3, 2025
Actually all rules except no-instanceof-array in this page are all removed in v57, and import-index already deprecated for 3 years, did you noticed the deprecate information in the past?
For the docs, maybe we add should split into ## Deprecate and ## Removed sections, WDYT?
I like the idea of splitting deprecated and removed rules. Haven't been using other rules so did not notice the problem before updating to v57. And then I looked at the docs and had the impression it was just deprecated, and not removed.
I think it would be a great idea
Just curious how should we handle these rules.
Actually all rules except no-instanceof-array in this page are all removed in v57, and import-index already deprecated for 3 years, did you noticed the deprecate information in the past?
For the docs, maybe we add should split into ## Deprecate and ## Removed sections, WDYT?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
fisker left a comment (sindresorhus/eslint-plugin-unicorn#2585)
Just curious how should we handle these rules.
Actually all rules except no-instanceof-array in this page are all removed in v57, and import-index already deprecated for 3 years, did you noticed the deprecate information in the past?
For the docs, maybe we add should split into ## Deprecate and ## Removed sections, WDYT?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
The
import-index
is marked as deprecated in the documentation but it seems it has been removed in version 57.0.0:Attempting to use it will produce an error:
The text was updated successfully, but these errors were encountered: