1 Star 0 Fork 0

SS/oa-mobile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tslint.json 623 Bytes
一键复制 编辑 原始数据 按行查看 历史
ibizdev 提交于 2024-05-21 11:16 . code push by ibizdev.
{
"defaultSeverity": "none",
"extends": [
"tslint:recommended"
],
"linterOptions": {
"exclude": [
"node_modules/**"
]
},
"rules": {
"quotemark": false,
"indent": [true, "spaces", 4],
"interface-name": false,
"ordered-imports": false,
"object-literal-sort-keys": false,
"no-consecutive-blank-lines": false,
"max-line-length": false,
"trailing-comma": false,
"member-ordering": false,
"no-console": false,
"eofline": false,
"no-empty": false,
"no-trailing-whitespace": false,
"variable-name": false,
"no-shadowed-variable": false
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sq3536/oa-mobile.git
git@gitee.com:sq3536/oa-mobile.git
sq3536
oa-mobile
oa-mobile
master

搜索帮助