-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
chore(frontend): Sort imports with ESLint #18663
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would recommend merging this asap to avoid merge conflicts. Probably safe to merge without checks passing to save time. Or else split it into multiple PRs that apply the changes to individual directories and then add the rule in a final PR
Size Change: -46 B (0%) Total Size: 1.97 MB
|
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
Changes
Long overdue: sorting of imports in the frontend. I added it to the plugin-server 2.5 year ago, but we never got to it in the frontend. Until now.
Zero changes other than the order of imports in this PR.