Skip to content

Commit 410e74a

Browse files
committed
Disable @angular-eslint/no-implicit-take-until-destroyed
1 parent 2d83c52 commit 410e74a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ module.exports = tseslint.config(
4141
'@typescript-eslint/no-unsafe-return': 'off',
4242
'@typescript-eslint/prefer-nullish-coalescing': 'off', // Usually a good idea, but sometimes dangerous false-positive
4343
'@typescript-eslint/unbound-method': 'off',
44+
'@angular-eslint/no-implicit-take-until-destroyed': 'off', // Would be nice, but implementation is too naive and have false-positive, see https://github.com/angular-eslint/angular-eslint/issues/2929
4445
'no-restricted-imports': [
4546
'error',
4647
{

0 commit comments

Comments
 (0)