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
I would like to make aggregating modules valid when using the group-exports rule.
Use-case
When aggregating modules in a single file the group-exports rule fails on because of multiple export declarations. This makes it invalid to re-export submodules from the root of a module.
The specifiers being different should avoid the warning; if you had two of these statements from the same module, it should require you to consolidate them.
I would like to make aggregating modules valid when using the
group-exports
rule.Use-case
When aggregating modules in a single file the
group-exports
rule fails on because of multiple export declarations. This makes it invalid to re-export submodules from the root of a module.Steps to reproduce
group-exports
ruleExpected results
No linting error.
Actual result
Linting error.
The text was updated successfully, but these errors were encountered: