Uh oh!
There was an error while loading. Please reload this page.
refactor: Sort imports with eslint - #5634
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 0750784. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch
✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 0750784:
|
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@## main #5634 +/- ##
=======================================
Coverage 92.29% 92.29% =======================================
Files 112 112 Lines 4283 4283 Branches 1117 1117 =======================================
Hits 3953 3953 Misses 309 309 Partials 21 21
☔ View full report in Codecov by Sentry. |
TkDodo
commented
Jun 27, 2023
I agree, but it's gonna cause so many conflicts when merging back to Maybe we should this once v5 is released and we have only one branch to maintain? |
lachlancollins
commented
Jun 27, 2023
@TkDodo I was just going to merge main into alpha and only keep the changes to |
TkDodo
commented
Jun 27, 2023
okay, let me just ship the fix for 5538 first. It has two PRs - one for main and one for alpha. |
I personally find imports sorted in a consistent order easier to approach, just like how prettier formats code in a consistent way. The rules here are totally flexible but would mean all packages follow the same structure.