mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
eslint: report unused disable directives (#13463)
Remove any unused disable directives and FIXMEs in our code
This commit is contained in:
@@ -39,7 +39,6 @@ import { SendAccessTextComponent } from "./send-access-text.component";
|
||||
NoItemsModule,
|
||||
],
|
||||
})
|
||||
// eslint-disable-next-line rxjs-angular/prefer-takeuntil
|
||||
export class AccessComponent implements OnInit {
|
||||
protected send: SendAccessView;
|
||||
protected sendType = SendType;
|
||||
|
||||
Reference in New Issue
Block a user