Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@gulls/stylelint-config

ElegantSeagulls17MIT0.1.4

Elegant Seagulls stylelint rules

readme

@gulls/stylelint-config

# install
yarn add @gulls/stylelint-config

# create config file
touch .stylelintrc

Styled Components:

{
  "extends": [
    "@gulls/stylelint-config/styled-components"
  ]
}