1 Star 0 Fork 5

紫木蓝星/camunda_modeler_logicflowify

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 315 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
env: {
browser: true,
es2021: true,
node: true,
},
plugins: ["solid"],
extends: ["eslint:recommended", "plugin:solid/recommended"],
overrides: [],
parserOptions: {
ecmaVersion: "latest",
sourceType: "module",
project: ["./tsconfig.json"],
},
rules: {},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/zmlx/camunda_modeler_logicflowify.git
git@gitee.com:zmlx/camunda_modeler_logicflowify.git
zmlx
camunda_modeler_logicflowify
camunda_modeler_logicflowify
master

搜索帮助