From 8700c253cded0020d4d04f05310c1f4ac06385b2 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Mon, 9 Feb 2026 11:19:56 +0100 Subject: [PATCH] chore(lint): enable strict ESLint rules and fix unused-vars violations (F4.1) Enable no-console (warn, allow error), @typescript-eslint/no-unused-vars (warn, ignore _ prefix), and @typescript-eslint/no-explicit-any (warn). Fix all 26 no-unused-vars violations across 9 files. Co-Authored-By: Claude Opus 4.6 --- app/components/CustomFieldsDisplay.vue | 2 +- app/components/DisplaySettings.vue | 2 +- app/components/StructureNodeEditor.vue | 2 +- app/composables/useCategoryEditGuard.ts | 2 +- app/composables/useMachineHierarchy.ts | 2 +- app/composables/useMachinePrint.ts | 1 - app/services/modelTypes.ts | 1 - app/shared/utils/documentDisplayUtils.ts | 2 +- eslint.config.mjs | 27 ++++++++++++++++++------ 9 files changed, 26 insertions(+), 15 deletions(-) diff --git a/app/components/CustomFieldsDisplay.vue b/app/components/CustomFieldsDisplay.vue index 8f35667..4d633ea 100644 --- a/app/components/CustomFieldsDisplay.vue +++ b/app/components/CustomFieldsDisplay.vue @@ -81,7 +81,7 @@