From 0d3b390129f170d60111320e6c8a9fcd5f48bf97 Mon Sep 17 00:00:00 2001 From: Ken Powers Date: Wed, 8 Jan 2020 12:44:54 -0500 Subject: [PATCH] Upgrade Prettier --- .github/ISSUE_TEMPLATE.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 14 +- CONTRIBUTING.md | 28 +- Gruntfile.js | 12 +- README.md | 6 +- _locales/en/messages.json | 891 ++++++------------ app/logging.js | 4 +- config/default.json | 6 +- js/background.js | 8 +- js/libphonenumber-util.js | 8 +- js/models/messages.js | 8 +- js/modules/crypto.js | 6 +- js/modules/web_api.js | 1 + js/views/conversation_view.js | 6 +- js/views/identicon_svg_view.js | 4 +- js/views/list_view.js | 6 +- libtextsecure/message_receiver.js | 10 +- libtextsecure/outgoing_message.js | 2 +- libtextsecure/protobufs.js | 4 +- libtextsecure/sendmessage.js | 4 +- libtextsecure/stringview.js | 14 +- libtextsecure/sync_request.js | 8 +- libtextsecure/test/generate_keys_test.js | 12 +- libtextsecure/websocket-resources.js | 40 +- main.js | 2 +- package.json | 2 +- sticker-creator/app/stages/AppStage.tsx | 18 +- sticker-creator/app/stages/MetaStage.tsx | 27 +- sticker-creator/app/stages/UploadStage.tsx | 43 +- sticker-creator/components/ConfirmModal.tsx | 33 +- sticker-creator/components/ShareButtons.tsx | 77 +- sticker-creator/components/StickerFrame.tsx | 108 +-- sticker-creator/components/Toaster.tsx | 25 +- sticker-creator/elements/CopyText.tsx | 15 +- sticker-creator/elements/DropZone.tsx | 13 +- sticker-creator/elements/LabeledCheckbox.tsx | 9 +- sticker-creator/elements/ProgressBar.tsx | 2 +- stylesheets/_variables.scss | 6 +- ts/components/CompositionArea.tsx | 114 +-- ts/components/CompositionInput.tsx | 164 ++-- ts/components/ConfirmationDialog.tsx | 55 +- ts/components/ConfirmationModal.tsx | 29 +- ts/components/ConversationListItem.tsx | 8 +- ts/components/LightboxGallery.tsx | 8 +- ts/components/conversation/Message.tsx | 37 +- ts/components/emoji/EmojiButton.tsx | 120 ++- ts/components/emoji/EmojiPicker.tsx | 182 ++-- ts/components/stickers/StickerButton.tsx | 211 ++--- ts/components/stickers/StickerManager.tsx | 9 +- .../stickers/StickerManagerPackRow.tsx | 24 +- ts/components/stickers/StickerPicker.tsx | 64 +- .../stickers/StickerPreviewModal.tsx | 112 ++- ts/state/smart/TimelineLoadingRow.tsx | 4 +- ts/types/Util.ts | 10 +- ts/util/lint/exceptions.json | 4 +- ts/util/timer.ts | 2 +- yarn.lock | 7 +- 57 files changed, 1074 insertions(+), 1574 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index d7bfed42f..0c6c49ab8 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -12,7 +12,7 @@ locations if you have a question or comment: Lastly, be sure to preview your issue before saving. Thanks! --> -* [ ] I have searched open and closed issues for duplicates +- [ ] I have searched open and closed issues for duplicates