1.0.0 • Published 3 years ago

@equisoft/stylelint-config-styled-components v1.0.0

Weekly downloads
34
License
MIT
Repository
github
Last release
3 years ago

@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"]
}