17 Star 143 Fork 184

OIM即时通讯 / oim-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tslint.json 629 Bytes
一键复制 编辑 原始数据 按行查看 历史
onlyxiahui 提交于 2021-01-22 15:10 . web
{
"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
}
}
JavaScript
1
https://gitee.com/oimchat/oim-web.git
git@gitee.com:oimchat/oim-web.git
oimchat
oim-web
oim-web
master

搜索帮助