Package Exports
- stylelint-config-standard-scss
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (stylelint-config-standard-scss) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
stylelint-config-standard-scss
Extends stylelint-config-standard, enables stylelint-scss plugin.
Use it as is or as a foundation for your own config.
Installation
npm install --save-dev stylelint stylelint-scss stylelint-config-standard-scss
Usage
Configure stylelint with this config.
{
"extends": "stylelint-config-standard-scss"
}