Replies: 1 comment
-
Anyone? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Given the following prettier configuration:
And the following imports:
This plugin reorders the imports like this:
Which is not bad, but I would like the selective imports (e.g.
config as dotenvConfig
) to come after the default exports (e.g.hardhat-gas-reporter
), and ideally be treated as separate grouped imports (as per theimportOrderSeparation
rule). E.g. like this:Would that be possible?
Beta Was this translation helpful? Give feedback.
All reactions