[DURACOM-191] fix lint errors manually and automatically

This commit is contained in:
Andrea Barbasso
2024-03-12 21:06:12 +01:00
parent ee265f855b
commit 3029802ad4
241 changed files with 852 additions and 3481 deletions

View File

@@ -1,10 +1,7 @@
import {
ChangeDetectionStrategy,
DebugElement,
DebugElement,
Injectable,
Injectable,
NO_ERRORS_SCHEMA,
NO_ERRORS_SCHEMA,
} from '@angular/core';
import {
@@ -13,10 +10,7 @@ import {
waitForAsync,
} from '@angular/core/testing';
import { By } from '@angular/platform-browser';
import {
RouterTestingModule,
RouterTestingModule,
} from '@angular/router/testing';
import { RouterTestingModule } from '@angular/router/testing';
import { TranslateModule } from '@ngx-translate/core';
import { Operation } from 'fast-json-patch';
import { Observable } from 'rxjs';