加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tslint.json 545 Bytes
一键复制 编辑 原始数据 按行查看 历史
David Khourshid 提交于 2019-04-28 11:10 . Add withServiceScope
{
"defaultSeverity": "error",
"extends": ["tslint:recommended"],
"jsRules": {},
"rules": {
"trailing-comma": [false],
"object-literal-sort-keys": false,
"arrow-parens": false,
"quotemark": ["single"],
"ordered-imports": [false],
"variable-name": false,
"object-literal-key-quotes": false,
"interface-name": false,
"member-ordering": false,
"no-namespace": false,
"no-unused-expression": [true, "allow-fast-null-checks"]
},
"rulesDirectory": [],
"ignorePaths": ["examples/", "editor/"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化