Licence
MIT
Version
1.0.1
Deps
6
Size
5 kB
Vulns
0
Weekly
0
@dianmi-fe/stylelint-config ·

a stylelint config for dianmi-fe
安装
NPM:
npm install --save-dev stylelint @dianmi-fe/stylelint-config
Yarn:
yarn add --dev stylelint @dianmi-fe/stylelint-config
使用
创建 .stylelintrc.js 文件, 并写入以下内容
module.exports = {
extends: ['@dianmi-fe/stylelint-config']
}
其他方式请查看 Stylelint 官方文档