-
-
Notifications
You must be signed in to change notification settings - Fork 1k
chore(deps): add prettier-plugin-organize-imports #552
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #552 +/- ##
==========================================
- Coverage 99.34% 99.34% -0.01%
==========================================
Files 1920 1920
Lines 176368 176367 -1
Branches 904 904
==========================================
- Hits 175211 175210 -1
Misses 1101 1101
Partials 56 56
|
def5784 to
b197741
Compare
|
lel, ... I think Maybe we should just disable it |
|
The issue here is that the imports are considered code, but are never taken into consideration regarding usage. |
|
@bcoe Do you know anything about this? Is this a bug of c8? |
My hunch is that it might have to do with how imports are transpiled to JavaScript, vs., an issue with the coverage engine itself. What does the transpiled code look like? |
|
(if you can provide a minimal isolated example that's helpful). |
Add dev depenedency
prettier-plugin-organize-importsThis will organize all imports with prettier
I will format all files when some other currently higher prio PRs are merged to reduce merge conflicts