1 Star 1 Fork 1

sory/rxjs5-clone

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tslint.json 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
{
"rules": {
"curly": true,
"eofline": false,
"align": [true, "parameters"],
"class-name": true,
"indent": [true, "spaces"],
"max-line-length": [true, 150],
"no-consecutive-blank-lines": true,
"no-trailing-whitespace": true,
"no-duplicate-key": true,
"no-duplicate-variable": true,
"no-unreachable": true,
"no-var-keyword": true,
"no-empty": true,
"no-unused-expression": true,
"no-unused-variable": true,
"no-use-before-declare": true,
"no-var-requires": true,
"no-require-imports": true,
"one-line": [true,
"check-else",
"check-whitespace",
"check-open-brace"],
"quotemark": [true,
"single",
"avoid-escape"],
"semicolon": true,
"typedef-whitespace": [true, {
"call-signature": "nospace",
"index-signature": "nospace",
"parameter": "nospace",
"property-declaration": "nospace",
"variable-declaration": "nospace"
}],
"whitespace": [true,
"check-branch",
"check-decl",
"check-operator",
"check-separator",
"check-type"]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/tjf/rxjs5-clone.git
[email protected]:tjf/rxjs5-clone.git
tjf
rxjs5-clone
rxjs5-clone
master

搜索帮助