Skip to content

Commit 298502b

Browse files
committed
chore: format codebase with vite-plus formatter (#292)
1 parent 09f43e8 commit 298502b

File tree

84 files changed

+645
-1141
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+645
-1141
lines changed

.github/ISSUE_TEMPLATE/ask-question.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 🙋‍♂️ Ask a question
22
description: Tell us what's on your mind
3-
title: "[Question]: "
4-
labels: ["Question"]
3+
title: '[Question]: '
4+
labels: ['Question']
55
body:
66
- type: markdown
77
attributes:

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 🪳 Bug Report
22
description: File a bug report
3-
title: "[Bug]: "
4-
labels: ["Bug"]
3+
title: '[Bug]: '
4+
labels: ['Bug']
55
body:
66
- type: markdown
77
attributes:

.github/ISSUE_TEMPLATE/general-feedback.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 📣 General feedback
22
description: Tell us what's on your mind
3-
title: "[Feedback]: "
4-
labels: ["Feedback"]
3+
title: '[Feedback]: '
4+
labels: ['Feedback']
55
body:
66
- type: markdown
77
attributes:

.github/pull_request_template.md

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,57 @@
11
<!-- START -->
2+
23
# READ AND DELETE THIS SECTION BEFORE SUBMITTING PR
3-
* **Fill out each _REQUIRED_ section**
4-
* **Fill out _OPTIONAL_ sections, remove section if it doesn't apply to your PR**
5-
* **Read and fill out each of the checklists below**
6-
* **Remove this section after reading**
4+
5+
- **Fill out each _REQUIRED_ section**
6+
- **Fill out _OPTIONAL_ sections, remove section if it doesn't apply to your PR**
7+
- **Read and fill out each of the checklists below**
8+
- **Remove this section after reading**
79
<!-- END -->
810

911
# Description
12+
1013
## One Line Summary
14+
1115
**REQUIRED** - Very short description that summaries the changes in this PR.
1216

1317
## Details
1418

1519
### Motivation
20+
1621
**REQUIRED -** Why is this code change being made? Or what is the goal of this PR? Examples: Fixes a specific bug, provides additional logging to debug future issues, feature to allow X.
1722

1823
### Scope
24+
1925
**RECOMMEND - OPTIONAL -** What is intended to be effected. What is known not to change. Example: Notifications are grouped when parameter X is set, not enabled by default.
2026

2127
### OPTIONAL - Other
28+
2229
**OPTIONAL -** Feel free to add any other sections or sub-sections that can explain your PR better.
2330

2431
# Testing
2532

2633
## Manual testing
27-
**REQUIRED -** Explain what scenarios were tested and the environment.
2834

35+
**REQUIRED -** Explain what scenarios were tested and the environment.
2936

3037
# Checklist
38+
3139
## Overview
32-
- [ ] I have filled out all **REQUIRED** sections above
33-
- [ ] PR does one thing
34-
- If it is hard to explain how any codes changes are related to each other then it most likely needs to be more than one PR
35-
- [ ] Any Public API changes are explained in the PR details and conform to existing APIs
40+
41+
- [ ] I have filled out all **REQUIRED** sections above
42+
- [ ] PR does one thing
43+
- If it is hard to explain how any codes changes are related to each other then it most likely needs to be more than one PR
44+
- [ ] Any Public API changes are explained in the PR details and conform to existing APIs
3645

3746
## Testing
38-
- [ ] I have personally tested this on my device, or explained why that is not possible
39-
- [ ] I have tested this on the latest version of the plugin
40-
- [ ] I have tested this on both Android and iOS, or explained why that is not possible
47+
48+
- [ ] I have personally tested this on my device, or explained why that is not possible
49+
- [ ] I have tested this on the latest version of the plugin
50+
- [ ] I have tested this on both Android and iOS, or explained why that is not possible
4151

4252
## Final pass
43-
- [ ] Code is as readable as possible.
44-
- Simplify with less code, followed by splitting up code into well named functions and variables, followed by adding comments to the code.
45-
- [ ] I have reviewed this PR myself, ensuring it meets each checklist item
46-
- WIP (Work In Progress) is ok, but explain what is still in progress and what you would like feedback on. Start the PR title with "WIP" to indicate this.
53+
54+
- [ ] Code is as readable as possible.
55+
- Simplify with less code, followed by splitting up code into well named functions and variables, followed by adding comments to the code.
56+
- [ ] I have reviewed this PR myself, ensuring it meets each checklist item
57+
- WIP (Work In Progress) is ok, but explain what is still in progress and what you would like feedback on. Start the PR title with "WIP" to indicate this.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Run Checks
22
on:
33
pull_request:
44
branches:
5-
- "**"
5+
- '**'
66

77
concurrency:
88
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/claude-code-review.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,3 @@ jobs:
4141
prompt: '/code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }}'
4242
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
4343
# or https://code.claude.com/docs/en/cli-reference for available options
44-

.github/workflows/claude.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@ jobs:
4747
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
4848
# or https://code.claude.com/docs/en/cli-reference for available options
4949
# claude_args: '--allowed-tools Bash(gh pr:*)'
50-

.vscode/extensions.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
{
2-
"recommendations": [
3-
"VoidZero.vite-plus-extension-pack"
4-
]
2+
"recommendations": ["VoidZero.vite-plus-extension-pack"]
53
}

CHANGELOG.md

Lines changed: 0 additions & 100 deletions
This file was deleted.

EAS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
# Expo Application Services
2+
23
EAS is Expo's cloud-build service.
34

45
## [EAS Homepage](https://expo.dev/eas)
56

67
## EAS + OneSignal Setup
8+
79
To get OneSignal push notifications working in an EAS-built app, see our guide on how to configure your [iOS credentials](IOS_CREDENTIALS_EAS.md).
810

911
## How to run an iOS EAS-built app
12+
1013
### Run in a production environment
11-
For production builds, your generated ipa file should to be distributed to the App Store or Testflight.
1214

15+
For production builds, your generated ipa file should to be distributed to the App Store or Testflight.
1316

1417
### Run in custom development client
18+
1519
For development/internal distribution builds, you will need to install a [development client](https://docs.expo.dev/development/getting-started/) on your iOS device.
1620

1721
1. Scan the QR code shown in the terminal after EAS build success and install the development client application to your device.

0 commit comments

Comments
 (0)