9 Star 12 Fork 1

Notadd / magnus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tslint.json 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
meepobrother 提交于 2019-07-16 07:13 . feat: 🎸 add copy to
{
"rules": {
"indent":false,
"arrow-return-shorthand": true,
"callable-types": false,
"class-name": true,
"deprecation": {
"severity": "warn"
},
"max-classes-per-file": false,
"forin": false,
"import-blacklist": [ true, "rxjs/Rx" ],
"interface-over-type-literal": true,
"member-access": false,
"member-ordering": [
false,
{
"order": [ "static-field", "instance-field", "static-method", "instance-method" ]
}
],
"no-arg": true,
"no-bitwise": true,
"no-console": [ true, "debug", "info", "time", "timeEnd", "trace" ],
"no-construct": true,
"no-debugger": true,
"no-duplicate-super": true,
"no-empty": false,
"no-empty-interface": true,
"no-eval": true,
"no-inferrable-types": [ false, "ignore-params" ],
"no-misused-new": true,
"no-non-null-assertion": true,
"no-string-literal": false,
"no-string-throw": true,
"no-switch-case-fall-through": true,
"no-unnecessary-initializer": false,
"no-unused-expression": false,
"no-use-before-declare": false,
"no-var-keyword": true,
"object-literal-sort-keys": false,
"prefer-const": true,
"radix": true,
"triple-equals": [ true, "allow-null-check" ],
"unified-signatures": false,
"variable-name": false,
"no-shadowed-variable": false,
"nx-enforce-module-boundaries": [
true,
{
"allow": [],
"depConstraints": [ { "sourceTag": "*", "onlyDependOnLibsWithTags": [ "*" ] } ]
}
]
}
}
TypeScript
1
https://gitee.com/notadd/magnus.git
git@gitee.com:notadd/magnus.git
notadd
magnus
magnus
master

搜索帮助