From 455c15245c763980e373898efb0864c8eb3aa99a Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Mon, 10 Aug 2026 12:32:37 -0400 Subject: [PATCH 1/2] Remove stale eslint-disable directives Enable --report-unused-disable-directives in the client lint script so unnecessary suppressions fail the gate, and drop the directives that no longer suppress anything. --- client/dive-common/components/AttributeTrackFilter.vue | 1 - .../components/PrimaryAttributeTrackFilter.vue | 1 - client/dive-common/components/Viewer.vue | 1 - client/dive-common/recipes/polygonbase.ts | 2 -- client/dive-common/recipes/segmentationpointclick.ts | 1 - client/dive-common/use/stereo/tests/stereoOnnx.spec.ts | 1 - .../dive-common/use/stereo/tests/stereoTransfer.spec.ts | 1 - client/dive-common/use/stereo/tests/triangulate.spec.ts | 1 - client/dive-common/use/stereo/useStereoOnnxTransfer.ts | 1 - client/package.json | 2 +- .../desktop/backend/native/attributeProcessor.spec.ts | 3 --- .../platform/desktop/backend/native/attributeProcessor.ts | 1 - .../platform/desktop/backend/native/cameraRegistration.ts | 1 - client/platform/desktop/backend/native/common.spec.ts | 8 -------- client/platform/desktop/backend/native/common.ts | 4 +--- .../platform/desktop/backend/native/datasetCalibration.ts | 1 - client/platform/desktop/backend/native/mediaJobs.ts | 2 -- client/platform/desktop/backend/native/multiCamUtils.ts | 3 --- .../desktop/backend/native/multicamExport.spec.ts | 1 - client/platform/desktop/backend/native/multicamExport.ts | 1 - client/platform/desktop/backend/native/viame.ts | 1 - client/platform/desktop/backend/serializers/viame.spec.ts | 3 --- client/platform/desktop/backend/serializers/viame.ts | 1 - client/platform/desktop/backend/server.ts | 1 - .../desktop/frontend/components/BulkImportDialog.vue | 1 - client/platform/web-girder/store/useConfig.ts | 1 - client/platform/web-girder/store/useJobs.ts | 1 - client/platform/web-girder/store/useLocation.ts | 1 - client/platform/web-girder/useStereoOnnxWeb.ts | 3 --- client/platform/web-girder/views/UploadGirder.vue | 1 - client/src/AttributeTrackFilterControls.ts | 1 - client/src/components/AttributeTrackFilters.vue | 1 - client/src/components/annotators/ImageAnnotator.vue | 1 - client/src/components/annotators/LargeImageAnnotator.vue | 2 -- client/src/components/annotators/VideoAnnotator.vue | 1 - client/src/layers/AnnotationLayers/AttributeBoxLayer.ts | 3 --- client/src/layers/AnnotationLayers/AttributeLayer.ts | 1 - client/src/layers/AnnotationLayers/PolygonLayer.ts | 1 - client/src/layers/AnnotationLayers/RectangleLayer.ts | 2 -- .../layers/AnnotationLayers/RegistrationKeypointLayer.ts | 3 +-- client/src/layers/BaseLayer.ts | 2 -- client/src/layers/EditAnnotationLayer.ts | 1 - client/src/notificatonBus.ts | 1 - client/src/provides.ts | 1 - 44 files changed, 3 insertions(+), 69 deletions(-) diff --git a/client/dive-common/components/AttributeTrackFilter.vue b/client/dive-common/components/AttributeTrackFilter.vue index 79f48ab7e..ed8f5ffa6 100644 --- a/client/dive-common/components/AttributeTrackFilter.vue +++ b/client/dive-common/components/AttributeTrackFilter.vue @@ -1,5 +1,4 @@