代码拉取完成,页面将自动刷新
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"semicolon": [
false,
"always"
],
"rules": {
"member-access": true,
"member-ordering": [
true,
{
"order": [
"public-static-field",
"public-static-method",
"protected-static-field",
"protected-static-method",
"private-static-field",
"private-static-method",
"public-instance-field",
"protected-instance-field",
"private-instance-field",
"public-constructor",
"protected-constructor",
"private-constructor",
"public-instance-method",
"protected-instance-method",
"private-instance-method"
]
}
],
"no-parameter-reassignment":false,
"prefer-for-of":true,
"no-namespace":false,
"only-arrow-functions":false,
"no-shadowed-variable": true,
"no-string-literal":false,
"ban-types": false,
"await-promise":true,
"curly":true,
"forin":false,
"no-arg":true,
"no-bitwise":false,
"no-conditional-assignment":true,
"no-console":false,
"no-debugger":true,
"no-duplicate-super":true,
"no-empty":false,
"no-eval":true,
"no-for-in-array":true,
"no-invalid-template-strings":true,
"no-sparse-arrays":true,
"no-string-throw":true,
"no-switch-case-fall-through":true,
"no-unsafe-finally":true,
"no-unused-expression":true,
"no-use-before-declare":true,
"no-var-keyword":true,
"radix":false,
"triple-equals":false,
"use-isnan":true,
"indent":[true, "spaces", 4],
"max-classes-per-file":[false,1],
"max-file-line-count":[true,1000],
"max-line-length":[true,300],
"no-default-export":true,
"no-duplicate-imports":true,
"no-invalid-this":true,
"align":[true,"parameters","arguments","statements","members","elements"],
"class-name":false,
"comment-format":[true, "check-space"],
"encoding":false,
"import-spacing":true,
"jsdoc-format":false,
"new-parens":true,
"object-literal-sort-keys":false,
"no-consecutive-blank-lines":[true,2],
"no-unnecessary-initializer":true,
"variable-name":[false, "check-format",
"allow-leading-underscore",
"allow-trailing-underscore",
"ban-keywords"]
},
"rulesDirectory": [],
"linterOptions": {
"exclude": [
"e2e/**/*"
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。