Fixed lint issues

This commit is contained in:
Alexandre Vryghem
2023-02-19 01:04:25 +01:00
parent 718db3466d
commit 4f14d66400
3 changed files with 3 additions and 1 deletions

View File

@@ -224,6 +224,7 @@ describe('SubmissionSectionContainerComponent test suite', () => {
// declare a test component
@Component({
// eslint-disable-next-line @angular-eslint/component-selector
selector: '',
template: ``
})