eslint: use semicolon TypeScript delimeter
This commit is contained in:
@@ -5,7 +5,7 @@ import { useSettings } from 'soapbox/hooks';
|
||||
|
||||
interface IPinnedHostsPicker {
|
||||
/** The active host among pinned hosts. */
|
||||
host?: string
|
||||
host?: string;
|
||||
}
|
||||
|
||||
const PinnedHostsPicker: React.FC<IPinnedHostsPicker> = ({ host: activeHost }) => {
|
||||
|
||||
@@ -14,8 +14,8 @@ import PinnedHostsPicker from './components/pinned-hosts-picker';
|
||||
|
||||
interface IRemoteTimeline {
|
||||
params?: {
|
||||
instance?: string
|
||||
}
|
||||
instance?: string;
|
||||
};
|
||||
}
|
||||
|
||||
/** View statuses from a remote instance. */
|
||||
|
||||
Reference in New Issue
Block a user