-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
featureNew featureNew feature
Description
✨ Feature request
Enable the member-ordering rule from typescript-eslint
Motivation
We should keep the order of the members consistent between our declarations and between our languages.
Alternatives
Additional context
For PHP and Java we have:
- Static fields
- Instance fields
- Constructor(s)
- Static public methods
- Instance methods
- Static private methods
We should define the order for public, protected and private between the fields and instance methods
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew featureNew feature