@aarongoldenthal/stylelint-config-standard
v18.0.1
Published
Standard StyleLint configuration settings
Downloads
1,610
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"]
}