eslint: use semicolon TypeScript delimeter
This commit is contained in:
@ -11,8 +11,8 @@ import type { Account } from 'soapbox/types/entities';
|
||||
const getAccount = makeGetAccount();
|
||||
|
||||
interface IAvatarStack {
|
||||
accountIds: ImmutableOrderedSet<string>
|
||||
limit?: number
|
||||
accountIds: ImmutableOrderedSet<string>;
|
||||
limit?: number;
|
||||
}
|
||||
|
||||
const AvatarStack: React.FC<IAvatarStack> = ({ accountIds, limit = 3 }) => {
|
||||
|
||||
Reference in New Issue
Block a user