From 4022fbb05e78f5ccb87695d054329d2c992e4c98 Mon Sep 17 00:00:00 2001 From: bsatarnejad Date: Sun, 13 Mar 2022 23:16:28 +0100 Subject: [PATCH] fix eslint errors --- ...team-planner-loading-skeleton.component.ts | 27 +++++++++---------- .../team-planner/team-planner.module.ts | 2 +- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/frontend/src/app/features/team-planner/team-planner/loading-skeleton/team-planner-loading-skeleton.component.ts b/frontend/src/app/features/team-planner/team-planner/loading-skeleton/team-planner-loading-skeleton.component.ts index f45fcb5786..7ef6ca7880 100644 --- a/frontend/src/app/features/team-planner/team-planner/loading-skeleton/team-planner-loading-skeleton.component.ts +++ b/frontend/src/app/features/team-planner/team-planner/loading-skeleton/team-planner-loading-skeleton.component.ts @@ -1,15 +1,14 @@ import { - ChangeDetectionStrategy, - Component, - } from '@angular/core'; - - @Component({ - selector: 'op-team-planner-loading-skeleton', - templateUrl: './team-planner-loading-skeleton.component.html', - styleUrls: ['./team-planner-loading-skeleton.component.sass'], - changeDetection: ChangeDetectionStrategy.OnPush, - }) - export class OpTeamPlannerLoadingSkeletonComponent { - - } - \ No newline at end of file + ChangeDetectionStrategy, + Component, +} from '@angular/core'; + +@Component({ + selector: 'op-team-planner-loading-skeleton', + templateUrl: './team-planner-loading-skeleton.component.html', + styleUrls: ['./team-planner-loading-skeleton.component.sass'], + changeDetection: ChangeDetectionStrategy.OnPush, +}) +export class OpTeamPlannerLoadingSkeletonComponent { + +} diff --git a/frontend/src/app/features/team-planner/team-planner/team-planner.module.ts b/frontend/src/app/features/team-planner/team-planner/team-planner.module.ts index f8f0681963..1772f0f5e5 100644 --- a/frontend/src/app/features/team-planner/team-planner/team-planner.module.ts +++ b/frontend/src/app/features/team-planner/team-planner/team-planner.module.ts @@ -24,7 +24,7 @@ import { OpTeamPlannerLoadingSkeletonComponent } from 'core-app/features/team-pl AddAssigneeComponent, AddExistingPaneComponent, TeamPlannerSidemenuComponent, - OpTeamPlannerLoadingSkeletonComponent + OpTeamPlannerLoadingSkeletonComponent, ], imports: [ OPSharedModule,