1.0.0 • Published 4 years ago

@groinder/stylelint-config v1.0.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
4 years ago

@groinder/stylelint-config

This package contains a root stylelint config, and a config to use with styled-components.

  • @groinder/stylelint-config
  • @groinder/stylelint-config/styled-components

Installation

To manually install, add this package to the "extends" array in your project’s stylelint config.

{
  "extends": ["@groinder/stylelint-config"]
}