Skip to content

Commit 8f75f13

Browse files
committed
Disable @angular-eslint/no-implicit-take-until-destroyed
1 parent 18c3c43 commit 8f75f13

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)