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

@ -34,11 +34,11 @@ const messages = defineMessages({
interface IActionButton {
/** Target account for the action. */
account: Account
account: Account;
/** Type of action to prioritize, eg on Blocks and Mutes pages. */
actionType?: 'muting' | 'blocking' | 'follow_request'
actionType?: 'muting' | 'blocking' | 'follow_request';
/** Displays shorter text on the "Awaiting approval" button. */
small?: boolean
small?: boolean;
}
/**