Skip to content

Commit

Permalink
Exclude public interface type from linting
Browse files Browse the repository at this point in the history
  • Loading branch information
connorlanigan committed Sep 7, 2023
1 parent 8e6d9e0 commit 8027a0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/attribute-editor/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export namespace AttributeEditorProps {
focusAddButton(): void;
}

// eslint-disable-next-line @typescript-eslint/no-explicit-any
export interface I18nStrings<T = any> {
errorIconAriaLabel?: string;
itemRemovedAriaLive?: string;
Expand Down

0 comments on commit 8027a0b

Please sign in to comment.