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
When using import/group-exports rule, the following statements are considered problematic. I am being asked to group them in a single export.
exporttype{FormAPI};export{Form};
However, Flow type exports and JS exports can not be grouped.
Shall this be ignored by the rule? Shall we add some kind of rule option to customize this behaviour? Currently I can not see anyway to workaround this.
The text was updated successfully, but these errors were encountered:
When using
import/group-exports
rule, the following statements are considered problematic. I am being asked to group them in a single export.However, Flow type exports and JS exports can not be grouped.
Shall this be ignored by the rule? Shall we add some kind of rule option to customize this behaviour? Currently I can not see anyway to workaround this.
The text was updated successfully, but these errors were encountered: