Skip to content
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

no-duplicates should also consider export from #2958

Open
hornta opened this issue Jan 29, 2024 · 1 comment
Open

no-duplicates should also consider export from #2958

hornta opened this issue Jan 29, 2024 · 1 comment

Comments

@hornta
Copy link

hornta commented Jan 29, 2024

The following code could be combined into export { a, b } from "module"; but this rule doesn't seem to consider export.

export { a } from "module";
export { b } from "module";
@ljharb
Copy link
Member

ljharb commented Jan 29, 2024

I agree, that should be added (behind an option, for compat reasons)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants