1 Star 0 Fork 0

opensumi/di

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 618 Bytes
一键复制 编辑 原始数据 按行查看 历史
野声 提交于 2022-05-09 19:30 +08:00 . style: update eslint rule
module.exports = {
env: {
es6: true,
node: true,
},
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended', 'prettier'],
rules: {
'no-prototype-builtins': 'warn',
'@typescript-eslint/no-explicit-any': 0,
'@typescript-eslint/ban-types': [
'warn',
{
types: {
Function: false,
},
},
],
'@typescript-eslint/no-this-alias': [
'error',
{
allowDestructuring: false,
allowedNames: ['self', 'injector'],
},
],
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opensumi/di.git
git@gitee.com:opensumi/di.git
opensumi
di
di
main

搜索帮助