-
Notifications
You must be signed in to change notification settings - Fork 58
Consistently sort and group all TS imports #730
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
Consistently sort and group all TS imports #730
Conversation
acc5b61
to
c69f97b
Compare
Integration tests report: appsharing.space |
4b125d4
to
d9440ad
Compare
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.
Sounds good! The source code hasn't changed though, did you run those linter rules already as part of the other PR?
I'm currently rebasing the source code changes, one moment :) |
@martinRenou you should see source code changes now |
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.
Thanks! 🚀
Important
Depends on #728 , merge that first.
Sort and group imports in our TS following the same pattern as our Python code using eslint plugin.
First builtin, then third-party, then local imports.
Checklist
Resolves #XXX
.Failing lint checks can be resolved with:
pre-commit run --all-files
jlpm run lint
📚 Documentation preview: https://jupytergis--730.org.readthedocs.build/en/730/
💡 JupyterLite preview: https://jupytergis--730.org.readthedocs.build/en/730/lite