@dianmi-fe/stylelint-config
v1.0.1
Published
a stylelint config for dianmi-fe
Readme
@dianmi-fe/stylelint-config ·

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