Package Exports
- stylelint-config-ali
- stylelint-config-ali/essential
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-ali) 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-ali
Installation
除了本包,你需要同时安装 stylelint
、stylelint-scss
:
tnpm install stylelint-config-ali stylelint stylelint-scss --save-dev
Usage
在你的 .stylelintrc
中继承本包:
{
"extends": "stylelint-config-ali"
}