Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
fix: Prettier issues (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 authored Dec 12, 2021
1 parent da659b9 commit 9e6ca45
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 29 deletions.
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ resolves #`issueNumber`
<!-- If you are adding a new feature, fixing a bug, or doing any other change, follow the steps listed here, and delete the **Checklist for profile addition** section above. -->

<!-- Tick the checkboxes to ensure you've done everything correctly -->

- [ ] Changes made in this PR are mentioned below
- [ ] Search previous suggestions before making a new one, as yours may be a duplicate.
- [ ] I acknowledge that all my contributions will be made under the project's license.
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ Feel free to submit a [pull request](https://github.com/EddieHubCommunity/awesom

2. Fork the project, using the top right corner button, that states `fork`

3. Create a file named `your-username.json` in the directory [`profiles`](/profiles) with the following content.
3. Create a file named `your-username.json` in the directory [`profiles`](/profiles) with the following content.

> Your entry should be similar to this example:
> Your entry should be similar to this example:
```json
{
"image": "https://user-images.githubusercontent.com/624760/91057573-48531300-e61f-11ea-9e13-2d7384e42000.png",
"issueId": 66,
"name": "Eddie Jaoude",
"username": "eddiejaoude"
"image": "https://user-images.githubusercontent.com/624760/91057573-48531300-e61f-11ea-9e13-2d7384e42000.png",
"issueId": 66,
"name": "Eddie Jaoude",
"username": "eddiejaoude"
}
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"lint": "npx prettier --check .",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "npx prettier --write"
"format": "npx prettier --write ."
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions profiles/Pradumnasaraf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"image": "https://user-images.githubusercontent.com/51878265/144732646-c5e180c9-4d2f-4a03-b6ff-70dc2bafabaf.png",
"issueId": 884,
"name": "Pradumna Saraf",
"username": "Pradumnasaraf"
"image": "https://user-images.githubusercontent.com/51878265/144732646-c5e180c9-4d2f-4a03-b6ff-70dc2bafabaf.png",
"issueId": 884,
"name": "Pradumna Saraf",
"username": "Pradumnasaraf"
}
12 changes: 6 additions & 6 deletions profiles/codlipa.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"image": "https://user-images.githubusercontent.com/87143407/144700867-49ff3d28-1c45-4a93-966a-cef5266bbec8.png",
"issueId": 880,
"name": "Dmitry Labuzov",
"username": "codlipa"
}
{
"image": "https://user-images.githubusercontent.com/87143407/144700867-49ff3d28-1c45-4a93-966a-cef5266bbec8.png",
"issueId": 880,
"name": "Dmitry Labuzov",
"username": "codlipa"
}
8 changes: 4 additions & 4 deletions profiles/kumarsonsoff3.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"image": "https://user-images.githubusercontent.com/88786642/145443571-d8423735-6fd9-48c8-ba4d-23d453571d9f.png",
"issueId": 894,
"name": "Priyanshu Kumawat",
"username": "kumarsonsoff3"
"image": "https://user-images.githubusercontent.com/88786642/145443571-d8423735-6fd9-48c8-ba4d-23d453571d9f.png",
"issueId": 894,
"name": "Priyanshu Kumawat",
"username": "kumarsonsoff3"
}
8 changes: 4 additions & 4 deletions profiles/ravithemore.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"image": "https://user-images.githubusercontent.com/51391473/144976103-9e774349-2eee-4cc9-a4eb-6e02d5dabaca.png",
"issueId": 892,
"name": "Ravi M Damor",
"username": "ravithemore"
"image": "https://user-images.githubusercontent.com/51391473/144976103-9e774349-2eee-4cc9-a4eb-6e02d5dabaca.png",
"issueId": 892,
"name": "Ravi M Damor",
"username": "ravithemore"
}
8 changes: 4 additions & 4 deletions profiles/samuelbartels20.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"image": "https://user-images.githubusercontent.com/40799981/145493827-298abbdd-1ad2-482a-aad0-f999f50e1de9.png",
"issueId": 898,
"name": "Samuel Bartels",
"username": "samuelbartels20"
"image": "https://user-images.githubusercontent.com/40799981/145493827-298abbdd-1ad2-482a-aad0-f999f50e1de9.png",
"issueId": 898,
"name": "Samuel Bartels",
"username": "samuelbartels20"
}

0 comments on commit 9e6ca45

Please sign in to comment.