-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
import/order: Allow grouping type imports together with the corresponding group #2912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
Xunnamius
added a commit
to Xunnamius/eslint-plugin-import
that referenced
this issue
Nov 16, 2024
…a `sortTypesAmongThemselves` Closes import-js#2912 import-js#2347 import-js#2441 Subsumes import-js#2615
Xunnamius
added a commit
to Xunnamius/eslint-plugin-import
that referenced
this issue
Nov 16, 2024
…a `sortTypesAmongThemselves` Closes import-js#2912 import-js#2347 import-js#2441 Subsumes import-js#2615
Xunnamius
added a commit
to Xunnamius/eslint-plugin-import
that referenced
this issue
Dec 23, 2024
…a `sortTypesAmongThemselves` Closes import-js#2912 import-js#2347 import-js#2441 Subsumes import-js#2615
Xunnamius
added a commit
to Xunnamius/eslint-plugin-import
that referenced
this issue
Dec 23, 2024
…a `sortTypesAmongThemselves` Closes import-js#2912 import-js#2347 import-js#2441 Subsumes import-js#2615
Xunnamius
added a commit
to Xunnamius/eslint-plugin-import
that referenced
this issue
Dec 23, 2024
…a `sortTypesAmongThemselves` Closes import-js#2912 import-js#2347 import-js#2441 Subsumes import-js#2615
Xunnamius
added a commit
to Xunnamius/eslint-plugin-import
that referenced
this issue
Dec 30, 2024
…a `sortTypesAmongThemselves` Closes import-js#2912 import-js#2347 import-js#2441 Subsumes import-js#2615
ljharb
pushed a commit
to Xunnamius/eslint-plugin-import
that referenced
this issue
Dec 31, 2024
…g of type-only imports Closes import-js#2912 Closes import-js#2347 Closes import-js#2441 Subsumes import-js#2615
ljharb
pushed a commit
to Xunnamius/eslint-plugin-import
that referenced
this issue
Dec 31, 2024
…`, `consolidateIslands`) to allow intragroup sorting of type-only imports Closes import-js#2912 Closes import-js#2347 Closes import-js#2441 Subsumes import-js#2615
ljharb
pushed a commit
to Xunnamius/eslint-plugin-import
that referenced
this issue
Dec 31, 2024
…`, `consolidateIslands`) to allow intragroup sorting of type-only imports Closes import-js#2912 Closes import-js#2347 Closes import-js#2441 Subsumes import-js#2615
Xunnamius
added a commit
to Xunnamius/eslint-plugin-import
that referenced
this issue
Jan 21, 2025
…a `sortTypesAmongThemselves` Closes import-js#2912 import-js#2347 import-js#2441 Subsumes import-js#2615
ljharb
pushed a commit
to Xunnamius/eslint-plugin-import
that referenced
this issue
Jan 23, 2025
…oup sorting of type-only imports Closes import-js#2912 Closes import-js#2347 Closes import-js#2441 Subsumes import-js#2615
ljharb
pushed a commit
to ljharb/eslint-plugin-import
that referenced
this issue
Jan 23, 2025
…oup sorting of type-only imports Closes import-js#2912 Closes import-js#2347 Closes import-js#2441 Subsumes import-js#2615
Xunnamius
added a commit
to Xunnamius/eslint-plugin-import
that referenced
this issue
Jan 26, 2025
…oup sorting of type-only imports Closes import-js#2912 Closes import-js#2347 Closes import-js#2441 Subsumes import-js#2615
ljharb
pushed a commit
to Xunnamius/eslint-plugin-import
that referenced
this issue
Jan 28, 2025
…oup sorting of type-only imports Closes import-js#2912 Closes import-js#2347 Closes import-js#2441 Subsumes import-js#2615
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given the first example in https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/order.md, is there an option to get
? I've tried to search the existing issues, #2347 seems closest but isn't quite the behavior I want.
The text was updated successfully, but these errors were encountered: