Skip to content

Commit c4696c9

Browse files
[DURACOM-307] fix lint
1 parent 069fd02 commit c4696c9

243 files changed

Lines changed: 802 additions & 483 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/app/access-control/bulk-access/browse/bulk-access-browse.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ import { BrowserOnlyPipe } from '../../../shared/utils/browser-only.pipe';
6060
BrowserOnlyPipe,
6161
NgxPaginationModule,
6262
SelectableListItemControlComponent,
63-
ListableObjectComponentLoaderComponent
64-
],
63+
ListableObjectComponentLoaderComponent,
64+
],
6565
standalone: true,
6666
})
6767
export class BulkAccessBrowseComponent implements OnInit, OnDestroy {

src/app/access-control/bulk-access/settings/bulk-access-settings.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import { AccessControlFormContainerComponent } from '../../../shared/access-cont
1616
imports: [
1717
NgbAccordionModule,
1818
TranslateModule,
19-
AccessControlFormContainerComponent
20-
],
19+
AccessControlFormContainerComponent,
20+
],
2121
standalone: true,
2222
})
2323
export class BulkAccessSettingsComponent {

src/app/access-control/epeople-registry/epeople-registry.component.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
import { AsyncPipe, NgClass } from '@angular/common';
1+
import {
2+
AsyncPipe,
3+
NgClass,
4+
} from '@angular/common';
25
import {
36
Component,
47
OnDestroy,
@@ -71,8 +74,8 @@ import { EPersonFormComponent } from './eperson-form/eperson-form.component';
7174
ReactiveFormsModule,
7275
ThemedLoadingComponent,
7376
PaginationComponent,
74-
NgClass
75-
],
77+
NgClass,
78+
],
7679
standalone: true,
7780
})
7881
/**

src/app/access-control/epeople-registry/eperson-form/eperson-form.component.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
import { AsyncPipe, NgClass } from '@angular/common';
1+
import {
2+
AsyncPipe,
3+
NgClass,
4+
} from '@angular/common';
25
import {
36
ChangeDetectorRef,
47
Component,
@@ -86,8 +89,8 @@ import { ValidateEmailNotTaken } from './validators/email-taken.validator';
8689
PaginationComponent,
8790
RouterLink,
8891
HasNoValuePipe,
89-
BtnDisabledDirective
90-
],
92+
BtnDisabledDirective,
93+
],
9194
standalone: true,
9295
})
9396
/**

src/app/access-control/group-registry/group-form/group-form.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ import { ValidateGroupExists } from './validators/group-exists.validator';
9393
TranslateModule,
9494
ContextHelpDirective,
9595
MembersListComponent,
96-
SubgroupsListComponent
97-
],
96+
SubgroupsListComponent,
97+
],
9898
standalone: true,
9999
})
100100
/**

src/app/access-control/group-registry/group-form/members-list/members-list.component.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
import { AsyncPipe, NgClass } from '@angular/common';
1+
import {
2+
AsyncPipe,
3+
NgClass,
4+
} from '@angular/common';
25
import {
36
Component,
47
Input,
@@ -107,8 +110,8 @@ export interface EPersonListActionConfig {
107110
AsyncPipe,
108111
RouterLink,
109112
NgClass,
110-
BtnDisabledDirective
111-
],
113+
BtnDisabledDirective,
114+
],
112115
standalone: true,
113116
})
114117
/**

src/app/access-control/group-registry/group-form/subgroup-list/subgroups-list.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ enum SubKey {
6464
ContextHelpDirective,
6565
TranslateModule,
6666
ReactiveFormsModule,
67-
PaginationComponent
68-
],
67+
PaginationComponent,
68+
],
6969
standalone: true,
7070
})
7171
/**

src/app/access-control/group-registry/groups-registry.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ import { followLink } from '../../shared/utils/follow-link-config.model';
7575
AsyncPipe,
7676
PaginationComponent,
7777
NgbTooltipModule,
78-
BtnDisabledDirective
79-
],
78+
BtnDisabledDirective,
79+
],
8080
standalone: true,
8181
})
8282
/**

src/app/admin/admin-import-batch-page/batch-import-page.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ import { FileDropzoneNoUploaderComponent } from '../../shared/upload/file-dropzo
3636
TranslateModule,
3737
FormsModule,
3838
UiSwitchModule,
39-
FileDropzoneNoUploaderComponent
40-
],
39+
FileDropzoneNoUploaderComponent,
40+
],
4141
standalone: true,
4242
})
4343
export class BatchImportPageComponent {

src/app/admin/admin-ldn-services/ldn-service-form/ldn-service-form.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ import { notifyPatterns } from '../ldn-services-patterns/ldn-service-coar-patter
7474
ReactiveFormsModule,
7575
TranslateModule,
7676
NgbDropdownModule,
77-
AsyncPipe
78-
],
77+
AsyncPipe,
78+
],
7979
})
8080
export class LdnServiceFormComponent implements OnInit, OnDestroy {
8181
formModel: FormGroup;

0 commit comments

Comments
 (0)