stylelint-config-standardpress
v0.1.1
Published
stylelint shareable config by StandardPress.
Downloads
1
Maintainers
Readme
stylelint-config-standardpress
stylelint shareable config by StandardPress.
Installation
install-peerdeps
Install with install-peerdeps
:
npx install-peerdeps --dev stylelint-config-standardpress
npm
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
Usage
CSS
Extend stylelint config with stylelint-config-standardpress/css
.
{
"extends": "stylelint-config-standardpress/css"
}
Sass
Extend stylelint config with stylelint-config-standardpress/scss
.
{
"extends": "stylelint-config-standardpress/scss"
}
License
stylelint-config-standardpress is released under the MIT license. See LICENSE for details.