Skip to content

Commit

Permalink
Re-add lintignore
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-glombik committed Oct 24, 2024
1 parent e5bad8b commit 78fbb72
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export class TextblockFeedbackEditorComponent implements AfterViewInit {
@Input() textBlock: TextBlock = new TextBlock();
@Input() feedback: Feedback = new Feedback();
@Output() feedbackChange = new EventEmitter<Feedback>();
// eslint-disable-next-line @angular-eslint/no-output-native
@Output() close = new EventEmitter<void>();
@Output() onFocus = new EventEmitter<void>();
@ViewChild('detailText') textareaRef: ElementRef;
Expand Down

0 comments on commit 78fbb72

Please sign in to comment.