Add ESLint rule for Typescript files
[MAILPOET-2658]
This commit is contained in:
committed by
Jack Kitterhing
parent
9de1481efe
commit
a669beed07
@ -15,7 +15,7 @@ const propTypes = {
|
||||
PropTypes.string,
|
||||
PropTypes.element,
|
||||
PropTypes.arrayOf(PropTypes.element),
|
||||
]).isRequired,
|
||||
]).isRequired
|
||||
};
|
||||
|
||||
const Notice: FC<InferProps<typeof propTypes>> = ({
|
||||
|
Reference in New Issue
Block a user