1 Star 0 Fork 0

New小韩/auto-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tslint.json 859 Bytes
一键复制 编辑 原始数据 按行查看 历史
dahong 提交于 2019-01-29 11:07 . update: gh-pages
{
"extends": [
"tslint:recommended",
"tslint-react",
"tslint-config-prettier",
"tslint-config-airbnb"
],
"linterOptions": {
"exclude": ["**/node_modules/**"]
},
"rules": {
"semicolon": [true, "always"],
"align": false,
"import-name": false,
"no-console": false,
"no-empty-interface": false,
"object-literal-sort-keys": false,
"variable-name": false,
"no-shadowed-variable": false,
"max-classes-per-file": [true, 2],
"ordered-imports": false,
"no-empty": false,
"interface-name": false,
"max-line-length": false,
"ter-arrow-parens": false,
"function-name": false,
"no-increment-decrement": false,
"no-boolean-literal-compare": false,
"trailing-comma": [
true,
{ "multiline": "always", "singleline": "never", "esSpecCompliant": true }
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hyx50_866/auto-ui.git
git@gitee.com:hyx50_866/auto-ui.git
hyx50_866
auto-ui
auto-ui
master

搜索帮助