Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

export-name: detect export declarations #443

Merged
merged 2 commits into from
Jul 5, 2018

Commits on Jun 20, 2018

  1. export-name: detect export declarations

    Previously, the `export-name` rule would detect an export assignment
    like
    
    ```
    export = Fish;
    // or
    export default Fish;
    ```
    
    but it would not detect an export like
    
    ```
    export { Fish }
    ```
    amacleay committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    d56161f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Configuration menu
    Copy the full SHA
    d3af47b View commit details
    Browse the repository at this point in the history