1.0.0 • Published 2 years ago

eslint-config-gonzalo-vue v1.0.0

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

eslint-config-gonzalo-vue

优飞数科前端格式化配置

提供基础 Vue2 有关的 eslint 的共享配置。

软件架构

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

安装教程

# 使用yarn安装
yarn add eslint-config-gonzalo-vue -D

使用说明

方法 1. 修改 .eslintrc.js

// 编辑您项目.eslintrc.js加上下面这一行
module.exports = {
  // ...
  "extends": ["eslint-config-gonzalo-vue"],
  // ...
}

参与贡献

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