Skip to content

Commit

Permalink
chore: fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Dec 4, 2024
1 parent 37e40e3 commit 1bdd743
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/visual-editing/src/ui/ElementOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ export interface ElementOverlayProps {
showActions: boolean
wasMaybeCollapsed: boolean
enableScrollIntoView: boolean
// eslint-disable-next-line @typescript-eslint/no-explicit-any
releases: any[]
// eslint-disable-next-line @typescript-eslint/no-explicit-any
versions: any[]
}

Expand Down Expand Up @@ -174,6 +176,7 @@ function createIntentLink(node: SanityNode) {
}

const ElementOverlayInner: FunctionComponent<ElementOverlayProps> = (props) => {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const {element, focused, componentResolver, node, showActions, draggable, releases, versions} =
props

Expand Down

0 comments on commit 1bdd743

Please sign in to comment.