Skip to content

Commit

Permalink
Ignore circular dependencies in base & drupal
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed May 15, 2024
1 parent 3a8fc8b commit ccc43d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { DrupalFile } from 'next-drupal'

// @todo: needs to move into app
// @ts-ignore - cyclic dependency
// eslint-disable-next-line import/no-unresolved
import { GroupedFiles } from '../../../../../../apps/multilateralfund/components/files/GroupedFiles'
interface MediaDocumentProps {
entity: any
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type { DocumentDrupalMedia, Paragraph } from '@edw/drupal'

// @ts-ignore
// @ts-ignore - cyclic dependency
// eslint-disable-next-line import/no-unresolved
import { GroupedFiles } from '../../../../../apps/multilateralfund/components/files/GroupedFiles'

import './DocumentReferenceParagraph.scss'
Expand Down

0 comments on commit ccc43d5

Please sign in to comment.