run yarn lint --fix (#9013)

This commit is contained in:
Samuel Newman
2025-09-09 18:38:21 +03:00
committed by GitHub
parent bb30b592d7
commit 53e43a957c
225 changed files with 555 additions and 433 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import {ModerationUI} from '@atproto/api'
import {type ModerationUI} from '@atproto/api'
// \u2705 = ✅
// \u2713 = ✓
+1 -1
View File
@@ -1,4 +1,4 @@
import {AppBskyRichtextFacet, RichText} from '@atproto/api'
import {AppBskyRichtextFacet, type RichText} from '@atproto/api'
import {linkRequiresWarning} from './url-helpers'
+1 -1
View File
@@ -1,4 +1,4 @@
import {AppBskyRichtextFacet, RichText, UnicodeString} from '@atproto/api'
import {AppBskyRichtextFacet, type RichText, UnicodeString} from '@atproto/api'
import {toShortUrl} from './url-helpers'
+1 -1
View File
@@ -1,4 +1,4 @@
import {I18n} from '@lingui/core'
import {type I18n} from '@lingui/core'
export function niceDate(i18n: I18n, date: number | string | Date) {
const d = new Date(date)