Skip to content

Enhancement: Forbid invalid modifiers in object properties #11688

@fisker

Description

@fisker

Before You File a Proposal Please Confirm You Have Done The Following...

Relevant Package

typescript-estree

My proposal is suitable for this project

  • I believe my proposal would be useful to the broader TypeScript community (meaning it is not a niche proposal).

Description

Similar to #11655, but for properties.

({abstract property: 1});
({async property: 1});
({declare property: 1});
({export property: 1});
({override property: 1});
({private property: 1});
({protected property: 1});
({public property: 1});

Additional Info

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesttriageWaiting for team members to take a look

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions