Skip to content

[Bug] no-export doesn't support export = syntax #1866

@christopher-buss

Description

@christopher-buss

If a file uses the TypeScript export assignment syntax (export =), this does not get picked up by the 'no-export' rule.

The rule currently supports ExportNameDeclaration, ExportDefaultDeclaration, and MemberExpression, but does not support the TSExportAssignment node.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions