unsplash / intlc

Compile ICU messages into code. Supports TypeScript and JSX. No runtime.
MIT License
56 stars 2 forks source link

Autofixable lints #180

Open samhh opened 1 year ago

samhh commented 1 year ago

Looking at the lints reference: https://github.com/unsplash/intlc/wiki/Lint-rules-reference#duplicate-select-case

This is theoretically doable in some cases as a code transformation. The hidden challenge is that the user's formatting would need to be preserved around the offending code.