97742: Lint fix

This commit is contained in:
Kristof De Langhe
2023-01-05 13:07:31 +01:00
parent 30eba0bdef
commit 9f61109e83

View File

@@ -1,3 +1,4 @@
/* eslint-disable max-classes-per-file */
import { MetadataMap, MetadataValue } from '../../core/shared/metadata.models';
import { hasNoValue, hasValue, isEmpty, isNotEmpty } from '../../shared/empty.util';
import { MoveOperation, Operation } from 'fast-json-patch';
@@ -7,8 +8,6 @@ import { MetadataPatchAddOperation } from '../../core/data/object-updates/patch-
import { ArrayMoveChangeAnalyzer } from '../../core/data/array-move-change-analyzer.service';
import { MetadataPatchMoveOperation } from '../../core/data/object-updates/patch-operation-service/operations/metadata/metadata-patch-move-operation.model';
/* tslint:disable:max-classes-per-file */
/**
* Enumeration for the type of change occurring on a metadata value
*/
@@ -452,4 +451,3 @@ export class DsoEditMetadataForm {
return operations;
}
}
/* tslint:enable:max-classes-per-file */