eslint-plugin-typescript-sort-keys
eslint-plugin-typescript-sort-keys copied to clipboard
Type aliases
What are your thoughts on a lint rule that enforces key sorting for type aliases? E.g.
type Foo = {
b: string;
a: string;
}
I think that is already implemented in this plugin? It looks like it treats interface
and type
the same? Not documented in the example usages though :-)