@dianmi-fe/stylelint-config
v1.0.1
Published
a stylelint config for dianmi-fe
Downloads
17
Readme
@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 官方文档