Change ESLint rules, lint
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@@ -15,7 +15,7 @@ const messages = defineMessages({
|
||||
});
|
||||
|
||||
interface ILatestAccountsPanel {
|
||||
limit?: number,
|
||||
limit?: number
|
||||
}
|
||||
|
||||
const LatestAccountsPanel: React.FC<ILatestAccountsPanel> = ({ limit = 5 }) => {
|
||||
|
||||
@@ -16,8 +16,8 @@ const messages = defineMessages({
|
||||
});
|
||||
|
||||
interface IReportStatus {
|
||||
status: Status,
|
||||
report?: AdminReport,
|
||||
status: Status
|
||||
report?: AdminReport
|
||||
}
|
||||
|
||||
const ReportStatus: React.FC<IReportStatus> = ({ status }) => {
|
||||
|
||||
@@ -23,7 +23,7 @@ const messages = defineMessages({
|
||||
});
|
||||
|
||||
interface IReport {
|
||||
id: string;
|
||||
id: string
|
||||
}
|
||||
|
||||
const Report: React.FC<IReport> = ({ id }) => {
|
||||
|
||||
@@ -14,7 +14,7 @@ const messages = defineMessages({
|
||||
});
|
||||
|
||||
interface IUnapprovedAccount {
|
||||
accountId: string,
|
||||
accountId: string
|
||||
}
|
||||
|
||||
/** Displays an unapproved account for moderation purposes. */
|
||||
|
||||
Reference in New Issue
Block a user