3 Star 0 Fork 0

jimmy/zbxtable-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tslint.json 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
canghai809 提交于 2020-07-21 13:52 . first commit
{
"extends": ["tslint-react"],
"linterOptions": {
"exclude": [
"node_modules",
"scripts",
"server",
]
},
"rules": {
"align": [true, "parameters", "statements"],
"ban": false,
"class-name": true,
"comment-format": [false, "check-space"],
"curly": true,
"eofline": false,
"indent": [true, "spaces", 2],
"no-any": false,
"no-arg": true,
"no-console": {
"severity": "warning"
},
"no-console":false,
"no-debugger": true,
"no-duplicate-variable": true,
"no-eval": false,
"no-trailing-whitespace": false,
"no-var-requires": false,
"object-literal-shorthand": false,
"quotemark": [true, "single", "jsx-double"],
"semicolon": [true, "always", "ignore-bound-class-methods"],
"trailing-comma": [true, {"multiline": "always", "singleline": "never"}],
"triple-equals": false,
"jsx-alignment": true,
"jsx-boolean-value": false,
"jsx-curly-spacing": [false, "never"],
"jsx-no-bind": true,
"jsx-no-lambda": false,
"jsx-no-multiline-js": false,
"jsx-no-string-ref": false,
"jsx-self-close": true,
"jsx-wrap-multiline": false
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/smartoa/zbxtable-web.git
git@gitee.com:smartoa/zbxtable-web.git
smartoa
zbxtable-web
zbxtable-web
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385