1 Star 0 Fork 0

小牛/MQTTX

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tslint.json 617 Bytes
一键复制 编辑 原始数据 按行查看 历史
CrazyWisdom 提交于 2019-06-24 23:35 . style(tabbar): add tabbar style
{
"defaultSeverity": "warning",
"extends": [
"tslint:recommended"
],
"linterOptions": {
"exclude": [
"node_modules/**"
]
},
"compilerOptions": {
"target": "es5",
"strict": true,
"module": "es2015",
"moduleResolution": "node",
"plugins": [{"name": "typescript-tslint-plugin"}]
},
"rules": {
"quotemark": [true, "single"],
"no-console": false,
"indent": [true, "spaces", 2],
"semicolon": [true, "never"],
"interface-name": false,
"ordered-imports": false,
"object-literal-sort-keys": false,
"no-consecutive-blank-lines": false
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiaoniu008/MQTTX.git
git@gitee.com:xiaoniu008/MQTTX.git
xiaoniu008
MQTTX
MQTTX
master

搜索帮助