代码拉取完成,页面将自动刷新
同步操作将从 岁月绕人凉/vue+vant+typescript 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"defaultSeverity": "warning",
"extends": [
"tslint:recommended"
],
"linterOptions": {
"exclude": [
"node_modules/**"
]
},
"rules": {
"quotemark": false,
"indent": [true, "spaces", 2],
"interface-name": false,
"ordered-imports": false,
"object-literal-sort-keys": false,
"no-consecutive-blank-lines": false,
"trailing-comma": false, // 不强制检查尾逗号
"no-console": false, // 允许使用console
"no-string-literal": false, // 允许使用字符串索引对象中的值
"no-shadowed-variable": [
false,
{
"class": true,
"enum": true,
"function": true,
"interface": false,
"namespace": true,
"typeAlias": false,
"typeParameter": false
}
],
"no-var-requires": false, // 允许使用 require
"max-line-length": false, // 不限制每行的字符数
"no-empty": false,
"variable-name": [true,
"allow-leading-underscore",
"ban-keywords",
"check-format",
"allow-pascal-case"
],
"no-empty-interface": false, // 允许空的interface
"no-unused-vars": false,
"no-bitwise": false // 允许使用按位与
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。