Skip to content

Commit 07259ca

Browse files
committed
1 parent 2cad56c commit 07259ca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.eslintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@
239239
"method"
240240
],
241241

242-
"rxjs/no-implicit-any-catch": "off", // todo: investigate how best to solve these
243242
"rxjs/no-nested-subscribe": "off" // todo: go over _all_ cases
244243
}
245244
},

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"node",
4141
"jasmine"
4242
],
43-
"useDefineForClassFields": false
43+
"useDefineForClassFields": false,
44+
"useUnknownInCatchVariables": true
4445
},
4546
"angularCompilerOptions": {
4647
"fullTemplateTypeCheck": true,

0 commit comments

Comments
 (0)