feat(SW-706): enable lint rules for intl
This commit is contained in:
@@ -82,6 +82,7 @@ const Input = forwardRef<HTMLInputElement, InputProps>(function Input(
|
||||
<Caption className={styles.error} fontOnly>
|
||||
<MaterialIcon icon="info" color="Icon/Interactive/Accent" />
|
||||
{intl.formatMessage({
|
||||
// eslint-disable-next-line formatjs/enforce-default-message
|
||||
defaultMessage: fieldState.error.message,
|
||||
})}
|
||||
</Caption>
|
||||
|
||||
Reference in New Issue
Block a user