1 Star 0 Fork 8

haiyongou/simple-vue

forked from zijun/simple-vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tslint.json 2.33 KB
一键复制 编辑 原始数据 按行查看 历史
devin 提交于 2021-01-21 10:00 . feat(*): 新增 jsBridge
{
"rules": {
"member-access": true,
"member-ordering": [
true,
{
"order": [
"public-static-field",
"public-static-method",
"protected-static-field",
"protected-static-method",
"private-static-field",
"private-static-method",
"public-instance-field",
"protected-instance-field",
"private-instance-field",
"public-constructor",
"protected-constructor",
"private-constructor",
"public-instance-method",
"protected-instance-method",
"private-instance-method"
]
}
],
"no-empty-interface": true,
"no-parameter-reassignment": true,
"prefer-for-of": false,
"await-promise": true,
"curly": true,
"forin": false,
"no-arg": true,
"no-conditional-assignment": true,
"no-debugger": true,
"no-duplicate-super": true,
"no-empty": true,
"no-eval": true,
"no-for-in-array": true,
"no-invalid-template-strings": true,
"no-invalid-this": true,
"no-null-keyword": true,
"no-sparse-arrays": true,
"no-string-throw": true,
"no-switch-case-fall-through": true,
"no-unsafe-finally": true,
"no-unused-expression": false,
"no-use-before-declare": true,
"no-var-keyword": true,
"radix": true,
"restrict-plus-operands": true,
"triple-equals": true,
"use-isnan": true,
"quotemark": [true, "single"],
"indent": [true, "spaces", 2],
"linebreak-style": [false, "LF"],
"max-classes-per-file": [true, 1],
"max-file-line-count": [true, 500],
"max-line-length": [true, 120],
"no-default-export": false,
"no-duplicate-imports": true,
"align": [false, "parameters", "arguments", "statements", "members", "elements"],
"array-type": [true, "array"],
"class-name": true,
"comment-format": [true, "check-space"],
"encoding": true,
"import-spacing": true,
"interface-name": [false, "always-prefix"],
"jsdoc-format": true,
"new-parens": true,
"no-consecutive-blank-lines": [true, 2],
"no-trailing-whitespace": [true, "ignore-comments", "ignore-jsdoc"],
"no-unnecessary-initializer": true,
"variable-name": [
false,
"check-format",
"allow-leading-underscore",
"allow-trailing-underscore",
"ban-keywords"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/hiopro/simple-vue.git
[email protected]:hiopro/simple-vue.git
hiopro
simple-vue
simple-vue
master

搜索帮助