eslint: use semicolon TypeScript delimeter
This commit is contained in:
@ -6,7 +6,7 @@ import { useAppSelector, useAppDispatch } from 'soapbox/hooks';
|
||||
import { makeGetStatus } from 'soapbox/selectors';
|
||||
|
||||
interface IQuotedStatusContainer {
|
||||
composeId: string
|
||||
composeId: string;
|
||||
}
|
||||
|
||||
/** QuotedStatus shown in post composer. */
|
||||
|
||||
@ -10,7 +10,7 @@ import Warning from '../components/warning';
|
||||
const APPROX_HASHTAG_RE = /(?:^|[^/)\w])#(\w*[a-zA-Z·]\w*)/i;
|
||||
|
||||
interface IWarningWrapper {
|
||||
composeId: string
|
||||
composeId: string;
|
||||
}
|
||||
|
||||
const WarningWrapper: React.FC<IWarningWrapper> = ({ composeId }) => {
|
||||
|
||||
Reference in New Issue
Block a user