eslint: use semicolon TypeScript delimeter

This commit is contained in:
Alex Gleason
2023-10-02 13:54:02 -05:00
parent 702124fb79
commit 645ce60a5f
479 changed files with 1928 additions and 1938 deletions

View File

@ -8,9 +8,9 @@ import { Avatar } from '../ui';
import type { Group } from 'soapbox/schemas';
interface IGroupAvatar {
group: Group
size: number
withRing?: boolean
group: Group;
size: number;
withRing?: boolean;
}
const GroupAvatar = (props: IGroupAvatar) => {

View File

@ -11,9 +11,9 @@ import GroupAvatar from '../group-avatar';
import type { Group } from 'soapbox/schemas';
interface IGroupPopoverContainer {
children: React.ReactElement<any, string | React.JSXElementConstructor<any>>
isEnabled: boolean
group: Group
children: React.ReactElement<any, string | React.JSXElementConstructor<any>>;
isEnabled: boolean;
group: Group;
}
const messages = defineMessages({