2 Star 1 Fork 0

Zhonglei Qiu/minapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tslint.json 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
Zhonglei Qiu 提交于 2018-02-21 02:08 . feat: 完善 typings 定义
{
"extends": "tslint:recommended",
"rulesDirectory": [],
"rules": {
"quotemark": [true, "single", "jsx-single"],
"semicolon": [true, "never"],
"member-access": false,
"member-ordering": false,
"new-parens": true,
"no-arg": true,
"no-bitwise": true,
"no-reference": false,
"no-conditional-assignment": true,
"no-empty-interface": false,
"interface-name": [false],
"no-var-requires": false,
"no-debugger": false,
"variable-name": [true, "ban-keywords", "check-format", "allow-pascal-case", "allow-leading-underscore"],
"no-unused-variable": true,
"no-unused-expression": true,
"no-var-keyword": true,
"prefer-for-of": false,
"no-console": [false],
"prefer-const": [false],
"max-line-length": [false],
"object-literal-sort-keys": false,
"max-classes-per-file": [false],
"curly": false,
"no-empty": false,
"arrow-parens": [false],
"ban-types": [false],
"ordered-imports": [false],
"trailing-comma": [false],
"only-arrow-functions": [false],
"no-consecutive-blank-lines": [true, 2]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/mora/minapp.git
git@gitee.com:mora/minapp.git
mora
minapp
minapp
master

搜索帮助