Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get stylelint fix to work with styled-components in VSCode

Anyone know of any plugin or any way of getting VSCode stylelint autofix when using styled-components?

like image 685
Fjandin Avatar asked Nov 06 '22 18:11

Fjandin


1 Answers

update 2022: you can use vscode-styled-components for :

  • Syntax highlighting for styled components in JavaScript and TypeScript.
  • Detailed CSS IntelliSense while working in styled strings.
  • Syntax error reporting.
like image 186
Mehran Motiee Avatar answered Nov 13 '22 23:11

Mehran Motiee