Fix pre-existing lint errors (8 errors) #29

Closed
opened 2026-02-06 07:58:55 +00:00 by chihlasm · 0 comments
chihlasm commented 2026-02-06 07:58:55 +00:00 (Migrated from github.com)

Problem

The frontend has 8 pre-existing lint errors that should be cleaned up:

  • @typescript-eslint/no-explicit-any (3 occurrences in StepForm, StepLibraryBrowser, FolderEditModal)
  • @typescript-eslint/no-unused-vars (2 occurrences in NodeEditorModal, usePermissions)
  • react-hooks/set-state-in-effect (1 in NodeEditorModal)
  • @typescript-eslint/no-empty-object-type (1 in types/step.ts)

Action

Fix each error with proper typing/patterns. Run npm run lint to verify zero errors.

## Problem The frontend has 8 pre-existing lint errors that should be cleaned up: - `@typescript-eslint/no-explicit-any` (3 occurrences in StepForm, StepLibraryBrowser, FolderEditModal) - `@typescript-eslint/no-unused-vars` (2 occurrences in NodeEditorModal, usePermissions) - `react-hooks/set-state-in-effect` (1 in NodeEditorModal) - `@typescript-eslint/no-empty-object-type` (1 in types/step.ts) ## Action Fix each error with proper typing/patterns. Run `npm run lint` to verify zero errors.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: chihlasm/resolutionflow#29