From 9465c2fe89c1c06512b5074fa8f635ba69081769 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 19 Mar 2023 13:12:20 +0100 Subject: [PATCH] chore: update lint --- components/list/ListEntry.vue | 1 - .../modal/ModalMediaPreviewCarousel.vue | 2 +- components/nav/NavUser.vue | 3 +- .../NotificationGroupedFollow.vue | 2 +- .../notification/NotificationPaginator.vue | 6 +- .../NotificationPreferences.client.vue | 2 +- .../publish/PublishCharacterCounter.vue | 2 +- components/publish/PublishWidget.vue | 2 +- components/status/StatusDetails.vue | 4 - components/user/UserSwitcher.vue | 2 +- composables/command.ts | 2 +- composables/content-render.ts | 12 +- composables/masto/statusDrafts.ts | 4 +- composables/setups.ts | 2 +- modules/tauri/index.ts | 2 +- package.json | 2 +- pages/settings/profile/appearance.vue | 4 +- plugins/masto.ts | 4 +- pnpm-lock.yaml | 228 ++++++++++-------- scripts/prepare-translation-status.ts | 2 +- 20 files changed, 164 insertions(+), 124 deletions(-) diff --git a/components/list/ListEntry.vue b/components/list/ListEntry.vue index a508fd60..ba4859c6 100644 --- a/components/list/ListEntry.vue +++ b/components/list/ListEntry.vue @@ -187,7 +187,6 @@ onDeactivated(cancelEdit)