README
styleLint配置文件
安装
npm install --save-dev bve-stylelint-config
使用
.stylelintrc
{
"extends": "bve-stylelint-config"
}
styleLint config
<script type="module">
import bveStylelintConfig from 'https://cdn.skypack.dev/@bve/stylelint-config';
</script>
npm install --save-dev bve-stylelint-config
.stylelintrc
{
"extends": "bve-stylelint-config"
}