1 Star 0 Fork 1

qinqiaoling / lowcode-component-development

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tslint.json 676 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"extends": ["tslint-config-ali", "tslint-config-prettier"],
"rules": {
"no-implicit-dependencies": [true, "dev"],
"quotemark": [true, "single", "jsx-double"],
"no-empty": [true, "allow-empty-catch", "allow-empty-functions"],
"no-console": [true, "log"],
"variable-name": [
false,
"check-format",
"allow-leading-underscore",
"allow-trailing-underscore",
"allow-pascal-case"
],
"only-arrow-functions": false,
"object-literal-sort-keys": false,
"ordered-imports": false,
"interface-name": false,
"no-boolean-literal-compare": false
},
"linterOptions": {
"exclude": ["node_modules/**"]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/qinqiaoling/lowcode-component-development.git
git@gitee.com:qinqiaoling/lowcode-component-development.git
qinqiaoling
lowcode-component-development
lowcode-component-development
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891