eslint-plugin icon indicating copy to clipboard operation
eslint-plugin copied to clipboard

New Rule: Disallow t inside t

Open jeresig opened this issue 10 months ago • 2 comments

Similar to the no-trans-inside-trans rule, I've noticed that there are failures to extract strings when a t is used inside a t. For example, this should be an error:

t`some text ${t`some other text`}`

Thanks for this great library!

jeresig avatar Dec 03 '24 15:12 jeresig