ronparkdev / eslint-plugin-sort-annotation

Lint rule for sort the value or properties if it has @sort or @sort-keys annotation
13 stars 2 forks source link

feat: add support for member expression keys #9

Closed tomquist closed 4 months ago

tomquist commented 4 months ago

This adds support for keys that are member expressions, which is common when working with enums.

Fixes #8

tomquist commented 4 months ago

Thanks for reviewing! I've found your branch containing tests for this and integrated them into the PR. They all seem to pass.