Add linter on CI

This commit is contained in:
Charles Bochet
2023-04-20 11:44:47 +02:00
parent 5469d27911
commit b8d089395f
21 changed files with 55 additions and 24 deletions

View File

@ -34,7 +34,7 @@ function PersonChip({ name, picture }: OwnProps) {
<img
data-testid="person-chip-image"
src={picture ? picture.toString() : PersonPlaceholder.toString()}
alt="person-picture"
alt="person"
/>
{name}
</StyledContainer>