Skip to content

Commit

Permalink
Merge pull request #5027 from Sage/add_eslint_disable_tags_props
Browse files Browse the repository at this point in the history
chore(tags): disable eslint for use of any type in prop interface
  • Loading branch information
edleeks87 authored Apr 7, 2022
2 parents 36fc64f + e1cfcf5 commit e52855d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/__internal__/utils/helpers/tags/tags.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
interface DataProps {
"data-element"?: string;
"data-role"?: string;
// eslint-disable-next-line @typescript-eslint/no-explicit-any
[restKeys: string]: any;
}

Expand Down

0 comments on commit e52855d

Please sign in to comment.