1 Star 0 Fork 4

Lynx/dgiot-amis-dashboard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tslint.json 915 Bytes
一键复制 编辑 原始数据 按行查看 历史
dgiot 提交于 2022-04-01 17:24 . style:lint
//https://www.jianshu.com/p/2b409dfc8f75
//https://www.jianshu.com/p/df14afcfdb03
{
"defaultSeverity": "error",
"extend": [
"tslint-config-prettier"
],
// 继承 tslint-config-prettier
"linterOptions": {
"exclude": [
"**/node_modules/**"
]
// 排除 node_modules
},
"jsRules": {
"no-unused-expression": true
},
"rules": {
"interface-name": false,
"promise-function-async": false,
"typedef": {
"options": [
"property-declaration"
]
},
"class-name": true,
"variable-name": {
"options": [
"ban-keywords",
"check-format",
"allow-leading-underscore",
"allow-pascal-case"
]
},
"no-var-keyword": true,
"no-var-requires": false,
"no-any": false,
"no-string-literal": true,
"await-promise": true
},
"rulesDirectory": []
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lynxye/dgiot-amis-dashboard.git
git@gitee.com:lynxye/dgiot-amis-dashboard.git
lynxye
dgiot-amis-dashboard
dgiot-amis-dashboard
master

搜索帮助