1 Star 0 Fork 591

KonBAI / bpmn-process-designer

forked from MiyueFE / bpmn-process-designer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 764 Bytes
一键复制 编辑 原始数据 按行查看 历史
MiyueFE 提交于 2022-09-20 15:05 . 迭代脚手架版本
module.exports = {
root: true,
env: {
browser: true,
node: true,
es6: true
},
extends: ["plugin:vue/essential", "eslint:recommended", "plugin:prettier/recommended"],
parserOptions: {
parser: "@babel/eslint-parser"
},
rules: {
"prettier/prettier": [
"warn",
{
singleQuote: false, // 不使用单引号
printWidth: 120, // 换行字符串阈值
semi: true, // 句末加分号
trailingComma: "none" // 最后一个对象元素加逗号
}
],
"vue/no-mutating-props": 0,
"linebreak-style": 0,
"no-unused-vars": 0,
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off"
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/KonBAI-Q/bpmn-process-designer.git
git@gitee.com:KonBAI-Q/bpmn-process-designer.git
KonBAI-Q
bpmn-process-designer
bpmn-process-designer
v2

搜索帮助

344bd9b3 5694891 D2dac590 5694891