4 Star 1 Fork 1

SocietyETO / factoryWeb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.js 381 Bytes
一键复制 编辑 原始数据 按行查看 历史
QQ技术 提交于 2020-08-04 15:02 . 修改问题
module.exports = {
root: true,
parserOptions: {
parser: 'babel-eslint',
sourceType: 'module'
},
env: {
browser: true,
node: true,
es6: true,
},
extends: ['plugin:vue/recommended', 'eslint:recommended'],
// add your custom rules here
//it is base on https://github.com/vuejs/eslint-config-vue
rules: {
"indent": [2, 4]//缩进风格
}
}
HTML
1
https://gitee.com/society-eto/factoryWeb.git
git@gitee.com:society-eto/factoryWeb.git
society-eto
factoryWeb
factoryWeb
master

搜索帮助