2 Star 0 Fork 0

mirrors_ARMmbed/node-red-contrib-mbed-cloud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tslint.json 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
Rob Moran 提交于 2017-09-27 17:50 +08:00 . Typescript PoC
{
"extends": [
"tslint:recommended",
"tslint-eslint-rules"
],
"rules": {
"array-bracket-spacing": [true, "always"],
"arrow-parens": [true, "ban-single-arg-parens"],
"block-spacing": [true, "always"],
"brace-style": [true, "1tbs", { "allowSingleLine": true }],
"curly": [true, "ignore-same-line"],
"eofline": true,
"interface-name": [true, "never-prefix"],
"linebreak-style": [true, "LF"],
"max-line-length": [false],
"member-ordering": [true, { "order": ["static-field", "instance-field", "constructor", "static-method", "instance-method"] }],
"no-bitwise": [false],
"no-console": [true],
"no-trailing-whitespace": [true],
"no-unused-variable": [true],
"object-curly-spacing": [true, "always"],
"object-literal-shorthand": false,
"semicolon": [true, "always"],
"ter-indent": [true, 4],
"ter-no-irregular-whitespace": [true],
"trailing-comma": [true, "never"],
"triple-equals": [true],
"variable-name": [true, "allow-leading-underscore"]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_ARMmbed/node-red-contrib-mbed-cloud.git
git@gitee.com:mirrors_ARMmbed/node-red-contrib-mbed-cloud.git
mirrors_ARMmbed
node-red-contrib-mbed-cloud
node-red-contrib-mbed-cloud
master

搜索帮助