1 Star 0 Fork 8

rodchen/pro-blocks

forked from ant-design/pro-blocks 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 400 Bytes
一键复制 编辑 原始数据 按行查看 历史
陈帅 提交于 2019-07-30 12:03 . style: fix lint error
const fabric = require('@umijs/fabric');
module.exports = {
...fabric.default,
rules: {
...fabric.default.rules,
'@typescript-eslint/camelcase': 0,
'@typescript-eslint/class-name-casing': 0,
'import/no-extraneous-dependencies': 0,
'@typescript-eslint/no-explicit-any': 0,
},
globals: {
ANT_DESIGN_PRO_ONLY_DO_NOT_USE_IN_YOUR_PRODUCTION: true,
page: true,
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/rodchen/pro-blocks.git
git@gitee.com:rodchen/pro-blocks.git
rodchen
pro-blocks
pro-blocks
master

搜索帮助