2 Star 0 Fork 0

mirrors_OfficeDev/microsoft-teams-checklist-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tslint.json 2.04 KB
一键复制 编辑 原始数据 按行查看 历史
Ashish Shrivastava 提交于 2020-09-24 15:21 . Checklist Template
{
"defaultSeverity": "error",
"jsRules": {},
"rules": {
"no-banned-terms": true,
"no-delete-expression": true,
"no-document-domain": true,
"no-disable-auto-sanitization": true,
"no-duplicate-parameter-names": true,
"no-exec-script": true,
"function-constructor": true,
"no-octal-literal": true,
"variable-name": true,
"no-string-based-set-immediate": true,
"no-string-based-set-interval": true,
"no-string-based-set-timeout": true,
"no-eval": true,
"no-document-write": true,
"no-http-string": true,
"no-inner-html": true,
"react-no-dangerous-html": true,
"no-var-keyword": true,
"semicolon": true,
"curly": true,
"no-consecutive-blank-lines": true,
"no-unused-expression": true,
"no-unused-variable": true,
"no-conditional-assignment": true,
"no-trailing-whitespace": true,
"indent": [
true,
"spaces",
4
],
"one-line": [
true,
"check-catch",
"check-finally",
"check-else",
"check-open-brace",
"check-whitespace"
],
"quotemark": [
true,
"double",
"avoid-escape"
],
"align": [
true,
"parameters",
"statements"
],
"member-ordering": [
true,
{
"order": [
"public-static-field",
"public-instance-field",
"private-static-field",
"private-instance-field",
"public-constructor",
"private-constructor",
"public-instance-method",
"protected-instance-method",
"private-instance-method"
]
}
]
},
"rulesDirectory": [
"./node_modules/tslint-microsoft-contrib"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_OfficeDev/microsoft-teams-checklist-app.git
git@gitee.com:mirrors_OfficeDev/microsoft-teams-checklist-app.git
mirrors_OfficeDev
microsoft-teams-checklist-app
microsoft-teams-checklist-app
main

搜索帮助