Package Exports
- stylelint-config-conform
- stylelint-config-conform/index.js
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-conform) 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-conform
支持配套的 stylelint 可共享配置。
安装
需要先行安装 stylelint 和 stylelint-scss:
npm install stylelint-config-conform stylelint stylelint-scss --save-dev
使用
在 .stylelintrc
中继承本包:
{
"extends": "stylelint-config-conform"
}