Fix pre-existing lint errors (8 errors) #29
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 lintto verify zero errors.