code-quality-tools icon indicating copy to clipboard operation
code-quality-tools copied to clipboard

Rework stylelint-config-styled-components to a generic stylelint ruleset

Open robertrossmann opened this issue 5 years ago • 1 comments

The stylelint tool supports linting raw CSS and Less files. We should make use of it!

Let's rename stylelint-config-styled-components to just stylelint-config and add a generic configuration for CSS and Less, and then add a styled-components ruleset which would enable support for style-in-js patterns. 👍

robertrossmann avatar Mar 05 '19 08:03 robertrossmann

raw CSS and Less files

Wouldn't that be like using @strv/eslint-config-node and @strv/eslint-config-react in CSR React application? 🙂

developer239 avatar Nov 27 '19 22:11 developer239