1.0.1 • Published 3 years ago

@dianmi-fe/stylelint-config v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@dianmi-fe/stylelint-config · GitHub license npm version

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 官方文档