@equisoft/stylelint-config-styled-components
This is Equisoft's stylelint config for use in projects that rely on styled-components.
Because this package comes with its own stylelint dependency, your project only needs this package. It doesn't need to have stylelint as a dependency.
Add to your project
yarn add --dev @equisoft/stylelint-config-styled-components
or
npm install --save-dev @equisoft/stylelint-config-styled-components
Usage
Set up your project's .stylelintrc
file as follows:
// .stylelintrc
{
"extends": ["@equisoft/stylelint-config-styled-components"]
}