Skip to content

Commit cc090e9

Browse files
authored
Run prettier to fix issues picked up via CI (#1938)
1 parent 8191403 commit cc090e9

File tree

4 files changed

+17
-16
lines changed

4 files changed

+17
-16
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+9-11
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## Description
22

3-
<!--
3+
<!--
44
Don't leave this blank! Tell us what this PR is about, what it fixes, or what it adds.
55
-->
66

7-
This PR [adds/removes/fixes/replaces] the [feature/bug/etc].
7+
This PR [adds/removes/fixes/replaces] the [feature/bug/etc].
88

99
## What type of PR is this? (check all applicable)
1010

@@ -21,9 +21,10 @@ This PR [adds/removes/fixes/replaces] the [feature/bug/etc].
2121
- [ ] ⏩ Revert
2222

2323
## Related Tickets & Documents
24-
<!--
24+
25+
<!--
2526
Please use this format to link issue numbers: "Fixes #123"
26-
https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword
27+
https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword
2728
-->
2829

2930
## Mobile & Desktop Screenshots/Recordings
@@ -42,22 +43,20 @@ https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-git
4243
- [ ] 📓 examples
4344
- [ ] 🙅 no documentation needed
4445

45-
46-
<!--
46+
<!--
4747
PRs with deleted sections will be marked invalid.
4848
49-
Please do not commit built files (`/dist`) to pull requests. They are built only at release.
49+
Please do not commit built files (`/dist`) to pull requests. They are built only at release.
5050
PRs with changes to `/dist` or version increments in package.json will be rejected.
5151
-->
5252

53-
5453
<!--
5554
For Work In Progress Pull Requests, please use the Draft PR feature,
5655
see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details.
57-
56+
5857
For a timely review/response, please avoid force-pushing additional
5958
commits if your PR already received reviews or comments.
60-
59+
6160
Before submitting a Pull Request, please ensure you've done the following:
6261
- 📖 Read the Open Sauced Contributing Guide: https://github.com/open-sauced/.github/blob/main/CONTRIBUTING.md.
6362
- 📖 Read the Open Sauced Code of Conduct: https://github.com/open-sauced/.github/blob/main/CODE_OF_CONDUCT.md.
@@ -66,4 +65,3 @@ https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-git
6665
- 📝 Use descriptive commit messages.
6766
- 📗 Update any related documentation and include any relevant screenshots.
6867
-->
69-

.packj.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,10 @@ sandbox:
143143
# NOTE: only ONE 'allow' and 'block' lines are allowed
144144
#
145145
network:
146-
147146
# TODO: customize as per your threat model
148147

149148
# block all external network communication (except the ones below)
150149
block: 0.0.0.0
151150

152151
# For NPM packages
153-
allow: registry.yarnpkg.com:0, npmjs.org:0, npmjs.com:0
152+
allow: registry.yarnpkg.com:0, npmjs.org:0, npmjs.com:0

index-dev.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@
66
<body>
77
<h3>React-Grid-Layout Dev</h3>
88
<p>Try dragging the elements around.</p>
9-
<p>If you don't see any content, run webpack (<span style="font-family:monospace">npm run dev</span>)
10-
and load this file from the server it opens.</p>
9+
<p>
10+
If you don't see any content, run webpack (<span
11+
style="font-family: monospace"
12+
>npm run dev</span
13+
>) and load this file from the server it opens.
14+
</p>
1115
<div id="content"></div>
1216
</body>
1317
</html>

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
<!-- Redirect for github pages -->
44
<meta http-equiv="refresh" content="0; URL=examples/0-showcase.html" />
55
</head>
6-
</html>
6+
</html>

0 commit comments

Comments
 (0)