1 Star 0 Fork 1

陌生人/colyseus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tslint.json 999 Bytes
一键复制 编辑 原始数据 按行查看 历史
Endel Dreyer 提交于 2019-02-27 14:48 . tslint
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"jsRules": {},
"rules": {
"no-bitwise": [
false
],
"no-console": [
false
],
"quotemark": [
true,
"single",
"jsx-double"
],
"variable-name": {
"options": [ "ban-keywords" ]
},
"interface-name" : [true, "never-prefix"],
"ban-types": {
"options": [
[ "Object", "Avoid using the `Object` type. Did you mean `object`?" ],
[ "Boolean", "Avoid using the `Boolean` type. Did you mean `boolean`?" ],
[ "Number", "Avoid using the `Number` type. Did you mean `number`?" ],
[ "String", "Avoid using the `String` type. Did you mean `string`?" ],
[ "Symbol", "Avoid using the `Symbol` type. Did you mean `symbol`?" ]
]
}
},
"rulesDirectory": []
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/syg38604623/colyseus.git
git@gitee.com:syg38604623/colyseus.git
syg38604623
colyseus
colyseus
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385