fix: 更新依赖导致的错误异常
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user