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 has been archived by the owner on Aug 7, 2023. It is now read-only.
In combination with stylelint-processor-styled-components, stylelint-config-styled-components, and stylelint-custom-processor-loader I'm able to get Stylelint working great as part of my build process -- but the only thing I'm missing is editor error highlighting as I was able to have in my SCSS files. Is there a technical limitation with this request, or just something that has not been prioritized yet?
Stylelint 9.5 supports CSS-in-JS (
styles
tag styled-component’s API and objects API) from JS files.We need to add this support to text editor plugin as well.
The text was updated successfully, but these errors were encountered: