Skip to content

Commit f46cb78

Browse files
committed
refactor: ✏️ Fix issues with PR
Fixed issues with PR #1
1 parent 327fcca commit f46cb78

4 files changed

Lines changed: 30 additions & 32 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
},
5252
"portsAttributes": {
5353
"5173": {
54-
"label": "app"
54+
"label": "app",
55+
"onAutoForward": "notify"
5556
}
5657
}
5758
}

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ If applicable, add screenshots to help explain your problem.
2525

2626
**Desktop (please complete the following information):**
2727

28-
- OS: [e.g. iOS]
29-
- Browser [e.g. chrome, safari]
30-
- Version [e.g. 22]
28+
- OS: [e.g. iOS]
29+
- Browser [e.g. chrome, safari]
30+
- Version [e.g. 22]
3131

3232
**Smartphone (please complete the following information):**
3333

34-
- Device: [e.g. iPhone6]
35-
- OS: [e.g. iOS8.1]
36-
- Browser [e.g. stock browser, safari]
37-
- Version [e.g. 22]
34+
- Device: [e.g. iPhone6]
35+
- OS: [e.g. iOS8.1]
36+
- Browser [e.g. stock browser, safari]
37+
- Version [e.g. 22]
3838

3939
**Additional context**
4040
Add any other context about the problem here.

CODE_OF_CONDUCT.md

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,24 @@ diverse, inclusive, and healthy community.
1717
Examples of behavior that contributes to a positive environment for our
1818
community include:
1919

20-
- Demonstrating empathy and kindness toward other people
21-
- Being respectful of differing opinions, viewpoints, and experiences
22-
- Giving and gracefully accepting constructive feedback
23-
- Accepting responsibility and apologizing to those affected by our mistakes,
24-
and learning from the experience
25-
- Focusing on what is best not just for us as individuals, but for the
26-
overall community
20+
- Demonstrating empathy and kindness toward other people
21+
- Being respectful of differing opinions, viewpoints, and experiences
22+
- Giving and gracefully accepting constructive feedback
23+
- Accepting responsibility and apologizing to those affected by our mistakes,
24+
and learning from the experience
25+
- Focusing on what is best not just for us as individuals, but for the
26+
overall community
2727

2828
Examples of unacceptable behavior include:
2929

30-
- The use of sexualized language or imagery, and sexual attention or
31-
advances of any kind
32-
- Trolling, insulting or derogatory comments, and personal or political attacks
33-
- Public or private harassment
34-
- Publishing others' private information, such as a physical or email
35-
address, without their explicit permission
36-
- Other conduct which could reasonably be considered inappropriate in a
37-
professional setting
30+
- The use of sexualized language or imagery, and sexual attention or
31+
advances of any kind
32+
- Trolling, insulting or derogatory comments, and personal or political attacks
33+
- Public or private harassment
34+
- Publishing others' private information, such as a physical or email
35+
address, without their explicit permission
36+
- Other conduct which could reasonably be considered inappropriate in a
37+
professional setting
3838

3939
## Enforcement Responsibilities
4040

@@ -59,8 +59,7 @@ representative at an online or offline event.
5959
## Enforcement
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
62-
reported to the community leaders responsible for enforcement at
63-
arcstack@eteam.ng.
62+
reported to the community leaders responsible for enforcement at <arcstack@eteam.ng>.
6463
All complaints will be reviewed and investigated promptly and fairly.
6564

6665
All community leaders are obligated to respect the privacy and security of the
@@ -116,13 +115,13 @@ the community.
116115

117116
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
118117
version 2.0, available at
119-
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
118+
<https://www.contributor-covenant.org/version/2/0/code_of_conduct.html>.
120119

121120
Community Impact Guidelines were inspired by [Mozilla's code of conduct
122121
enforcement ladder](https://github.com/mozilla/diversity).
123122

124123
[homepage]: https://www.contributor-covenant.org
125124

126125
For answers to common questions about this code of conduct, see the FAQ at
127-
https://www.contributor-covenant.org/faq. Translations are available at
128-
https://www.contributor-covenant.org/translations.
126+
<https://www.contributor-covenant.org/faq>. Translations are available at
127+
<https://www.contributor-covenant.org/translations>.

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
},
1717
"husky": {
1818
"hooks": {
19-
"pre-push": "pnpm dlx lerna version && git add .",
2019
"pre-commit": "lint-staged"
2120
}
2221
},
2322
"lint-staged": {
2423
"*": [
25-
"eslint --fix",
26-
"prettier --write"
24+
"eslint --fix --ext .js,.jsx,.ts,.tsx"
2725
]
2826
},
2927
"devDependencies": {
@@ -43,4 +41,4 @@
4341
"author": "factman",
4442
"license": "MIT",
4543
"dependencies": {}
46-
}
44+
}

0 commit comments

Comments
 (0)