styled-components/stylelint-processor-styled-components

Support special comments

Ky6uk opened this issue · 2 comments

Ky6uk commented

It looks the current version of this processor doesn't support stylelint's special comments like

  • /* stylelint-disable */
  • /* stylelint-disable-next-line */
  • etc.

I was trying to suppress errors in my .ts/.js files by using those, but errors still exist.

@Ky6uk Please follow the issue template. At least give enough information. Or we may not able to reproduce the problem. Thanks!

Ky6uk commented

It looks like a stylelint's bug.