1 Star 1 Fork 0

ae86/render

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.js 942 Bytes
一键复制 编辑 原始数据 按行查看 历史
const { getESLintConfig } = require('moga-lint');
module.exports = getESLintConfig('react-ts', {
rules: {
'no-async-promise-executor': 'off',
'@iceworks/best-practices/recommend-polyfill': 'off',
'@iceworks/best-practices/no-js-in-ts-project': 'off',
'@typescript-eslint/no-invalid-void-type': 'off',
'max-len': 'off',
'@typescript-eslint/no-shadow': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/unified-signatures': 'off',
'@typescript-eslint/no-empty-interface': 'off',
'@typescript-eslint/member-ordering': 'off',
'no-nested-ternary': 'off',
// 是否允许require()导入
'@typescript-eslint/no-require-imports': 'off',
// ===
eqeqeq: 'off',
'no-console': 'off',
// 禁止在对函数参数赋值
'no-param-reassign': 'off',
'no-await-in-loop': 'off',
'max-lines': 'off',
},
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/mvc_ydb_admin/render.git
git@gitee.com:mvc_ydb_admin/render.git
mvc_ydb_admin
render
render
master

搜索帮助