You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2021. It is now read-only.
I was recently setting up a new project and noticed that – as far as I can tell – linting still works correct withoutstylelint-processor-styled-components.
I went on a quest to figure out what a stylelint-processor even is and I found this
Their use is discouraged favor of PostCSS syntaxes.
By the fact that it works, am I right to assume that stylelint-config-styled-components has been updated to no longer need stylelint-processor-styled-components? Or am I missing something?
Either way, it'd be really nice to update the README to explain when, if ever, adding stylelint-processor-styled-components is necessary.