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

[Fix] no-duplicates: Ignore duplicate modules in different TypeScript module declarations #2378

Commits on Jan 29, 2022

  1. [Fix] no-duplicates: Ignore duplicate modules in different TypeScri…

    …pt module declarations
    
    Without this the `import/no-duplicates` rule reports imports of the same
    module inside different module declarations in the same file. It even
    autofixed them, which break the code.
    
    Closes import-js#2273
    remcohaszing authored and ljharb committed Jan 29, 2022
    Copy the full SHA
    0595a2f View commit details
    Browse the repository at this point in the history