typescript-styled-plugin
typescript-styled-plugin copied to clipboard
False positive on emptyRules with interpolation
When a rule has any content from interpolation, it should not report the emptyRules error/warning. This seems to be a regression on https://github.com/microsoft/typescript-styled-plugin/issues/50, which is weird because it seems there are tests to cover this 🤔
Versions:
@styled/typescript-styled-plugin: ^0.20.0
typescript: ^4.9.4

PS: The issue seems to be present in
[email protected]too