-
-
Notifications
You must be signed in to change notification settings - Fork 46
feat: add option followTsOrganizeImports
for order
rule
#287
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
Closed
Shinigami92
wants to merge
22
commits into
un-ts:master
from
Shinigami92:fix-ts-organize-imports-mismatch-for-hashtag-imports
Closed
Changes from 6 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
77e6cd3
fix: ts organize imports mismatch for hashtag imports
Shinigami92 12c17a9
refactor: rename mapped to private-imports
Shinigami92 31854ca
refactor: rename `private-imports` to `private-import`
JounQin dd1f012
chore: add privateImportsFeatureFlag option to order rule
Shinigami92 7b42ee0
chore: enhance
Shinigami92 2790318
chore: enhance
Shinigami92 9a0edb7
chore: rename to just private
Shinigami92 e47f0ad
chore: add warning
Shinigami92 f2b6011
test: add explicit followTsOrganizeImports=false case
Shinigami92 605a9f8
test: groups take precedence over followTsOrganizeImports
Shinigami92 708b5cc
chore: improve warning message
Shinigami92 3ea0b5b
chore: use internal log
Shinigami92 6a1397f
chore: add changeset
Shinigami92 213eb21
docs: update
Shinigami92 923ffb4
chore: remove unnecessary log
Shinigami92 48fc805
chore: test for private as last
Shinigami92 3eaeedc
test: add TypeScript path mapping tests
Shinigami92 a80faf7
chore: use testFilePath
Shinigami92 e4ff449
test: add mapped data
Shinigami92 f5ab8e8
Merge branch 'master' into fix-ts-organize-imports-mismatch-for-hasht…
Shinigami92 e9d728b
test: add external looking import case
Shinigami92 ab4ec1d
test: add case with separate group
Shinigami92 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"eslint-plugin-import-x": minor | ||
--- | ||
|
||
feat: add option `followTsOrganizeImports` for `order` rule | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.