Skip to content

Request: Sort Typescript types #22

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

Open
craig-dae opened this issue Aug 11, 2020 · 1 comment
Open

Request: Sort Typescript types #22

craig-dae opened this issue Aug 11, 2020 · 1 comment

Comments

@craig-dae
Copy link

Provide support to sort the following:

export interface Example {
  a: string;
  c: string;
  b: string;
}
@EliasTouil
Copy link

Hello @craig-dae, do you mind reformatting your request so that it includes TS interfaces as well as enums

export enum myEnum {
    someKey1 = someValue1,
    someKey2 = someValue2,
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants