Skip to content

Commit c0bbfeb

Browse files
author
Elson Correia
committed
remove @typescript-eslint/ban-ts-ignore
1 parent 559b837 commit c0bbfeb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/flatlist-react.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ function FlatList(props: Props): JSX.Element {
7272
<>
7373
{
7474
WrapperElement
75-
// eslint-disable-next-line @typescript-eslint/ban-ts-ignore
7675
// @ts-ignore
7776
? <WrapperElement ref={__forwarededRef} {...tagProps}>{content}</WrapperElement>
7877
: content

0 commit comments

Comments
 (0)