1 Star 0 Fork 321

yuriboy / ERD-ONLINE

forked from martin88 / ERD-ONLINE 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 642 Bytes
一键复制 编辑 原始数据 按行查看 历史
liangcan.jxjy.edu@gmail.com 提交于 2021-09-11 14:31 . 设计页面开发
module.exports = {
extends: [require.resolve('@umijs/fabric/dist/eslint')],
globals: {
ANT_DESIGN_PRO_ONLY_DO_NOT_USE_IN_YOUR_PRODUCTION: true,
page: true,
REACT_APP_ENV: true,
},
"rules": {
"no-param-reassign": [
"error",
{
"props": true,
"ignorePropertyModificationsFor": [
"e", // for e.returnvalue
"ctx", // for Koa routing
"req", // for Express requests
"request", // for Express requests
"res", // for Express responses
"response", // for Express responses
"state" // for vuex state
]
}
]
}
};
JavaScript
1
https://gitee.com/mysymt/erd-online.git
git@gitee.com:mysymt/erd-online.git
mysymt
erd-online
ERD-ONLINE
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891