Yury Bondarenko
2023-06-28 12:38:47 +02:00
parent 2cad56c51f
commit 07259ca342
2 changed files with 2 additions and 2 deletions

View File

@@ -239,7 +239,6 @@
"method"
],
"rxjs/no-implicit-any-catch": "off", // todo: investigate how best to solve these
"rxjs/no-nested-subscribe": "off" // todo: go over _all_ cases
}
},

View File

@@ -40,7 +40,8 @@
"node",
"jasmine"
],
"useDefineForClassFields": false
"useDefineForClassFields": false,
"useUnknownInCatchVariables": true
},
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,