Skip to content

Commit

Permalink
Run prettier to fix issues picked up via CI (react-grid-layout#1938)
Browse files Browse the repository at this point in the history
  • Loading branch information
dseif authored Sep 18, 2023
1 parent 8191403 commit cc090e9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
20 changes: 9 additions & 11 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Description

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

This PR [adds/removes/fixes/replaces] the [feature/bug/etc].
This PR [adds/removes/fixes/replaces] the [feature/bug/etc].

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

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

## Related Tickets & Documents
<!--

<!--
Please use this format to link issue numbers: "Fixes #123"
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
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
-->

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


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


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

3 changes: 1 addition & 2 deletions .packj.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,10 @@ sandbox:
# NOTE: only ONE 'allow' and 'block' lines are allowed
#
network:

# TODO: customize as per your threat model

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

# For NPM packages
allow: registry.yarnpkg.com:0, npmjs.org:0, npmjs.com:0
allow: registry.yarnpkg.com:0, npmjs.org:0, npmjs.com:0
8 changes: 6 additions & 2 deletions index-dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@
<body>
<h3>React-Grid-Layout Dev</h3>
<p>Try dragging the elements around.</p>
<p>If you don't see any content, run webpack (<span style="font-family:monospace">npm run dev</span>)
and load this file from the server it opens.</p>
<p>
If you don't see any content, run webpack (<span
style="font-family: monospace"
>npm run dev</span
>) and load this file from the server it opens.
</p>
<div id="content"></div>
</body>
</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
<!-- Redirect for github pages -->
<meta http-equiv="refresh" content="0; URL=examples/0-showcase.html" />
</head>
</html>
</html>

0 comments on commit cc090e9

Please sign in to comment.