1 Star 0 Fork 0

zs-only / vue-frame

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.js 629 Bytes
一键复制 编辑 原始数据 按行查看 历史
zs-only 提交于 2019-05-23 17:22 . temp
module.exports = {
root: true,
env: {
node: true
},
extends: ["plugin:vue/essential", "@vue/prettier"],
rules: {
"no-console": process.env.NODE_ENV === "production" ? "error" : "off",
"no-debugger": process.env.NODE_ENV === "production" ? "error" : "off",
// allow async-await
"generator-star-spacing": "off",
// allow debugger during development
//"no-debugger": process.env.NODE_ENV === "production" ? "error" : "off",
"vue/no-parsing-error": [2, { "x-invalid-end-tag": false }],
"no-undef": "off",
"no-unused-vars": 0
},
parserOptions: {
parser: "babel-eslint"
}
};
JavaScript
1
https://gitee.com/zs310071113/my-frame.git
git@gitee.com:zs310071113/my-frame.git
zs310071113
my-frame
vue-frame
master

搜索帮助