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

Package detail

@aarongoldenthal/stylelint-config-standard

aarongoldenthal1.5kMIT19.0.0

Standard StyleLint configuration settings

stylelint

readme

Stylelint Config Standard

Custom standard StyleLint configuration for all projects. Includes all referenced configurations and plugins as dependencies so they don't need to be included separately.

To setup .stylelintrc.json with this configuration alone:

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