Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrancois committed Jul 21, 2023
1 parent 62259e5 commit b703aca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/forms/src/UIForm/fields/Code/Code.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ import { I18N_DOMAIN_FORMS } from '../../../constants';
import CodeSkeleton from './CodeSkeleton.component';
import { IAceEditorProps } from 'react-ace';

declare const ace: any;

Check warning on line 21 in packages/forms/src/UIForm/fields/Code/Code.component.tsx

View workflow job for this annotation

GitHub Actions / ESLint Report Analysis

packages/forms/src/UIForm/fields/Code/Code.component.tsx#L21

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

// JMA - TO REMOVE
//
// TEMP DOC LINKS
Expand Down

0 comments on commit b703aca

Please sign in to comment.