0.0.1 • Published 2 years ago

stylelint-config-gonzalo v0.0.1

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

stylelint-config-gonzalo

介绍

优飞数科前端格式化配置

软件架构

请在使用前确保您本地开启了prettier

安装教程

# 使用yarn安装
yarn add stylelint-config-gonzalo -D

使用说明

方法 1. 修改.stylelintrc.js

//  编辑您项目.stylelintrc.js加上下面这一行
module.exports = {
  // ...
  extends: ['stylelint-config-gonzalo'],
  // ...
};

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request