1 Star 0 Fork 0

lyg_hi@163.com/ghost-applet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tslint.json 846 Bytes
一键复制 编辑 原始数据 按行查看 历史
lyg_hi@163.com 提交于 2019-07-21 02:09 . 登录功能
{
"defaultSeverity": "warning",
"extends": [
"tslint:recommended"
],
"linterOptions": {
"exclude": [
"node_modules/**"
]
},
"rules": {
"quotemark": [
true,
"single"
],
"indent": [
true,
"spaces",
2
],
"interface-name": false,
"ordered-imports": false,
"object-literal-sort-keys": false,
"no-consecutive-blank-lines": false,
"quotemark":[false], //引号的使用规则
"trailing-comma": [
false
],
"semicolon": [
false
],
//分号的使用规则
"no-empty-interface": false,
//禁止空接口 {}
"typedef-whitespace": false,
//在类型定义的时候,是否允许使用空格, 使用false,表示不对此项进行校验,不启用此项的校验
"whitespace": false
//空格的校验
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lyg_hi/ghost-applet.git
git@gitee.com:lyg_hi/ghost-applet.git
lyg_hi
ghost-applet
ghost-applet
master

搜索帮助