stylelint shareable config by StandardPress.
Install with install-peerdeps
:
npx install-peerdeps --dev stylelint-config-standardpress
Install with npm:
npm install --save-dev stylelint-config-standardpress
Next, install the correct versions of each package, which are listed by the command:
npm info "stylelint-config-standardpress@latest" peerDependencies
Extend stylelint config with stylelint-config-standardpress/css
.
{
"extends": "stylelint-config-standardpress/css"
}
Extend stylelint config with stylelint-config-standardpress/scss
.
{
"extends": "stylelint-config-standardpress/scss"
}
stylelint-config-standardpress is released under the MIT license. See LICENSE for details.