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] order: Fix import ordering in TypeScript module declarations #2226

Merged

Commits on Sep 12, 2021

  1. [Fix] order: Fix import ordering in TypeScript module declarations

    Without this, `import/order` checks if all imports in a file are sorted. The
    autofix would then move all imports to the type of the file, breaking TypeScript
    module declarations.
    
    Closes import-js#2217
    remcohaszing authored and ljharb committed Sep 12, 2021
    Copy the full SHA
    47ea669 View commit details
    Browse the repository at this point in the history