1 Star 0 Fork 58

xgcl_wcl/oim-m

forked from OIM即时通讯/oim-m 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tslint.json 629 Bytes
一键复制 编辑 原始数据 按行查看 历史
Only 提交于 2020-09-01 19:16 . new
{
"defaultSeverity": "warning",
"extends": [
"tslint:recommended"
],
"linterOptions": {
"exclude": [
"node_modules/**"
]
},
"rules": {
// ts
"quotemark": [
true,
"single"
],
"indent": [
true,
"spaces",
4
],
"interface-name": false,
"ordered-imports": false,
"object-literal-sort-keys": false,
"no-consecutive-blank-lines": false,
"max-line-length": [
false
],
//建议使用for(..of)
"prefer-for-of": false,
// js
//不允许使用按位运算符
"no-bitwise": false,
"no-console": false
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/xgcl_wcl/oim-m.git
[email protected]:xgcl_wcl/oim-m.git
xgcl_wcl
oim-m
oim-m
master

搜索帮助