brandongregoryscott / eslint-plugin-collation

ESLint plugin for making your code easier to read, with autofix and TypeScript support
https://eslint-plugin-collation.brandonscott.me
Apache License 2.0
4 stars 0 forks source link

Alphabetize enum members #20

Closed brandongregoryscott closed 2 years ago

brandongregoryscott commented 2 years ago

Fixes #1

Additionally abstracts some test setup for initializing a new ts-morph Project/SourceFile. There's some additional refactoring to that could be done to consolidate some of the "get T node + its Comment" since there's a lot of overlap between alphabetize-interfaces and alphabetize-enums in this regard, but I'm holding off for now