style: add ban-ts-comment rule (#2738)
This commit is contained in:
@@ -28,7 +28,6 @@ export const PurePopper = (props: PurePopperProps) => {
|
||||
} = props;
|
||||
const [arrowRef, setArrowRef] = useState<HTMLElement | null>();
|
||||
|
||||
// @ts-ignore
|
||||
return (
|
||||
<BasicStyledPopper
|
||||
zIndex={zIndex}
|
||||
|
||||
Reference in New Issue
Block a user