24 Star 0 Fork 0

openKylin/ide-vscode-java-pack

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tslint.json 269 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rome Li 提交于 2019-03-27 15:51 . Change to use double quote (#118)
{
"rules": {
"no-string-throw": true,
"no-unused-expression": true,
"no-duplicate-variable": true,
"curly": true,
"class-name": true,
"semicolon": [
true,
"always"
],
"triple-equals": true,
"quotemark": true
},
"defaultSeverity": "warning"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openkylin/ide-vscode-java-pack.git
git@gitee.com:openkylin/ide-vscode-java-pack.git
openkylin
ide-vscode-java-pack
ide-vscode-java-pack
master

搜索帮助