infctr / eslint-plugin-typescript-sort-keys

A linter plugin to require sorting interface and string enum keys
ISC License
144 stars 28 forks source link

simple autofix for typescript-sort-keys/interface #5

Closed arild-haugstad closed 5 years ago

arild-haugstad commented 5 years ago

approach from eslint-plugin-sort-keys-fix: swap the pairs of entries that are found to be in the wrong order

... so result may still be only partially sorted, but running autofix a couple of times is still easier than manually editing

arild-haugstad commented 5 years ago

... needs more work; at minimum to insert "missing" separators when moving the last item...