fix: 更新依赖导致的错误异常

This commit is contained in:
禾几海
2020-11-22 19:53:11 +08:00
parent 6d9aa66536
commit a45e558662
44 changed files with 193 additions and 114 deletions

View File

@@ -1,6 +1,7 @@
{
"extends": "tslint:recommended",
"rules": {
"nz-secondary-entry-imports": true,
"array-type": false,
"arrow-parens": false,
"deprecation": {
@@ -86,6 +87,7 @@
"use-pipe-transform-interface": true
},
"rulesDirectory": [
"codelyzer"
"codelyzer",
"node_modules/nz-tslint-rules"
]
}