wantedly / frolint

Frontend linter for developers
MIT License
28 stars 0 forks source link

Stop recommending styled-components/macros #1104

Open qnighy opened 11 months ago

qnighy commented 11 months ago

Why

styled-components/macros has been removed in v6.1: https://github.com/styled-components/styled-components/issues/4064

What

Let's stop encouraging it; the Babel config would be just fine.

s-kawabe commented 11 months ago

This plugin provides the rules to use the babel macros for specific libraries (such as styled-components and graphql-tag.)

Understood! So this applies to more than just styled-components