1 Star 0 Fork 0

HuiSir/FY-ADMIN 后台管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tslint.json 1018 Bytes
一键复制 编辑 原始数据 按行查看 历史
HuiSir 提交于 2022-04-06 15:08 . feat: lint规则完善
{
"defaultSeverity": "warning",
"extends": [
"tslint:recommended"
],
"linterOptions": {
"exclude": [
"node_modules/**"
]
},
"rules": {
"indent": [
true,
"spaces",
2
],
"interface-name": false,
"no-consecutive-blank-lines": false,
"object-literal-sort-keys": false,
"no-trailing-whitespace": false,
"ordered-imports": false,
"eofline": false,
"curly": true,
"arrow-parens": false,
"quotemark": [
false,
"single"
],
"trailing-comma": false,
"member-access": [
true,
"no-public"
],
"no-conditional-assignment": true,
"no-unused-expression": false,
"space-before-function-paren": [
false,
{
"anonymous": "always",
"named": "always",
"asyncArrow": "always"
}
],
"semicolon": [
false,
"always"
],
"comment-format": [
false,
"check-space"
],
"only-arrow-functions": [
false
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/huisir001/FY-ADMIN.git
git@gitee.com:huisir001/FY-ADMIN.git
huisir001
FY-ADMIN
FY-ADMIN 后台管理系统
master

搜索帮助