Skip to content

Commit

Permalink
chore(form-builder): disable import/no-unresolved in TS file
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and bjoerge committed Apr 8, 2021
1 parent 676976c commit 99beb7e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable import/no-unresolved */

import {ChangeIndicatorScope} from '@sanity/base/lib/change-indicators'
import {ContextProvidedChangeIndicator} from '@sanity/base/lib/change-indicators/ChangeIndicator'
import {ArraySchemaType, isValidationMarker, Marker, Path} from '@sanity/types'
Expand Down

0 comments on commit 99beb7e

Please sign in to comment.