1 Star 0 Fork 0

Gl-strive/react-umi-cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.js 567 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gl-strive 提交于 2021-07-30 18:08 . 空项目初始化
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,
BASEWEBNEW: true,
},
// plugins: ['react-hooks'],
rules: {
// 'react-hooks/rules-of-hooks': 'error', // 检查 Hook 的规则
// 'react-hooks/exhaustive-deps': 'warn', // 检查 effect 的依赖
'no-unused-vars': 0,
'no-use-before-define': 0,
'no-param-reassign': 0,
'consistent-return': 0,
'radix': 0,
'global-require': 0,
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Gl-strive/gl-umi-react-cli.git
git@gitee.com:Gl-strive/gl-umi-react-cli.git
Gl-strive
gl-umi-react-cli
react-umi-cli
master

搜索帮助