You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
It can be useful to move side-effectful imports (import "module";) to the top of the imports to ensure the side-effects are executed first.
Describe the solution you'd like
A solution could be to have a tag (similar to <THIRD_PARTY_MODULES>) to be able to specify a specific position for such imports.
Describe alternatives you've considered
it can also be a boolean flag in the options.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
It can be useful to move side-effectful imports (
import "module";
) to the top of the imports to ensure the side-effects are executed first.Describe the solution you'd like
A solution could be to have a tag (similar to
<THIRD_PARTY_MODULES>
) to be able to specify a specific position for such imports.Describe alternatives you've considered
it can also be a boolean flag in the options.
The text was updated successfully, but these errors were encountered: