Skip to content

Commit

Permalink
chore(form-builder): disable import/no-unresolved rule in TS file
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and bjoerge committed Mar 4, 2021
1 parent 29a1bfc commit 735d35f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@sanity/form-builder/src/inputs/BooleanInput.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable import/no-unresolved */

import React, {useCallback} from 'react'
import styled from 'styled-components'
import {useId} from '@reach/auto-id'
Expand Down

0 comments on commit 735d35f

Please sign in to comment.