1 Star 0 Fork 40

开发团队 / code-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tslint.json 1.70 KB
一键复制 编辑 原始数据 按行查看 历史
Asher 提交于 2019-02-06 10:38 . Remove URI factory
{
"rulesDirectory": "./rules/dist",
"rules": {
"only-arrow-functions": true,
"curly-statement-newlines": true,
"no-block-padding": true,
"adjacent-overload-signatures": true,
"align": true,
"await-promise": [true, "Thenable"],
"class-name": true,
"eofline": true,
"import-spacing": true,
"indent": [true, "tabs"],
"no-angle-bracket-type-assertion": false,
"no-bitwise": false,
"no-any": true,
"newline-before-return": true,
"no-console": true,
"no-duplicate-imports": true,
"no-consecutive-blank-lines": true,
"no-empty": true,
"no-floating-promises": true,
"no-return-await": true,
"no-var-keyword": true,
"no-trailing-whitespace": true,
"no-redundant-jsdoc": true,
"no-implicit-dependencies": false,
"no-boolean-literal-compare": true,
"prefer-readonly": true,
"deprecation": true,
"semicolon": true,
"one-line": [
true,
"check-catch",
"check-finally",
"check-else",
"check-whitespace",
"check-open-brace"
],
"completed-docs": {
"options": [
true,
"enums",
"functions",
"methods",
"classes"
],
"severity": "warning"
},
"no-unused-expression": [
true,
"allow-fast-null-checks"
],
"curly": [
true
],
"quotemark": [
true,
"double",
"avoid-escape",
"avoid-template"
],
"trailing-comma": [
true,
{
"multiline": "always",
"singleline": "never",
"esSpecCompliant": true
}
],
"space-before-function-paren": [
false,
"always"
],
"member-access": [
true,
"check-accessor",
"check-constructor",
"check-parameter-property"
],
"typedef": [
true,
"call-signature",
"arrow-call-signature",
"parameter",
"property-declaration"
]
}
}
1
https://gitee.com/OAGroup/code-server.git
git@gitee.com:OAGroup/code-server.git
OAGroup
code-server
code-server
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891