Skip to content

Commit

Permalink
disable lint for alt text
Browse files Browse the repository at this point in the history
  • Loading branch information
b4iterdev committed Feb 12, 2025
1 parent e6d4cd9 commit d1550d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/client/client.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!-- eslint-disable @angular-eslint/template/click-events-have-key-events -->
<!-- eslint-disable @angular-eslint/template/interactive-supports-focus -->
<!-- eslint-disable @angular-eslint/template/alt-text -->
<div class="client-container">
<ng-container *ngIf="session$ | async as session">
<div class="teams">
Expand Down

0 comments on commit d1550d7

Please sign in to comment.