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