-
Notifications
You must be signed in to change notification settings - Fork 397
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
Feature/add import order rule to eslint #2778
Feature/add import order rule to eslint #2778
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ Additional details and impacted files@@ Coverage Diff @@
## develop-2024-10-07 #2778 +/- ##
=====================================================
Coverage 56.01% 56.01%
Complexity 8197 8197
=====================================================
Files 2103 2103
Lines 89017 89017
Branches 6560 6560
=====================================================
Hits 49853 49853
Misses 37446 37446
Partials 1718 1718 |
wow, I just added eslint rules and only did |
This is eslint-plugin-import bug.. |
@miettal are these settings recommended? |
d3a7ef4
to
22743ab
Compare
I rebased this PR to catch up 2024.10 release. I'm not familiar with bestpractice for typescript import order rules. |
In a96c720, vscode import organize setting is configured.
This PR add same behavior setting to eslint.