1 Star 0 Fork 0

aokunsang / colyseus.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tslint.json 925 Bytes
一键复制 编辑 原始数据 按行查看 历史
Endel Dreyer 提交于 2018-03-22 23:54 . add tslint.
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"jsRules": {},
"rules": {
"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": []
}
1
https://gitee.com/aokunsang/colyseus.js.git
git@gitee.com:aokunsang/colyseus.js.git
aokunsang
colyseus.js
colyseus.js
master

搜索帮助