Skip to content

Commit b4d2a43

Browse files
Merge pull request #12 from james-gates-0212/james-gates-0212-update-readme
Update README.md
2 parents 971e1ff + 71cbb64 commit b4d2a43

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# 📓JavaScript Assessments
1+
# JavaScript Assessments
22

33
Here are JavaScript Assessments. I hope it could helps you and your works.
44

5-
## 🔖Repository Status
5+
## Repository Status
66

77
[![Auto Assign](https://github.com/james-gates-0212/js-assessments/actions/workflows/auto-assign.yml/badge.svg)](https://github.com/james-gates-0212/js-assessments/actions/workflows/auto-assign.yml)
88
[![CodeQL](https://github.com/james-gates-0212/js-assessments/actions/workflows/codeql.yml/badge.svg)](https://github.com/james-gates-0212/js-assessments/actions/workflows/codeql.yml)
@@ -25,26 +25,26 @@ Here are JavaScript Assessments. I hope it could helps you and your works.
2525
- [Throttle Queue](throttle-queue)
2626
- [Validating a maze path](validating-a-maze-path)
2727

28-
## 📝Environment
28+
## Environment
2929

3030
- node 18.x or later
3131
- yarn 1.x or later
3232
- npm 8.x or later
3333

34-
## 🚧Install npm packages
34+
## Install npm packages
3535

3636
```bash
3737
npm i -g yarn
3838
yarn
3939
```
4040

41-
## Lint
41+
## Lint
4242

4343
```bash
4444
yarn lint
4545
```
4646

47-
## ❤️Prettier
47+
## Prettier
4848

4949
```bash
5050
prettier --write ./
@@ -55,7 +55,7 @@ prettier --write ./
5555
npm i -g prettier
5656
```
5757

58-
## 🐞Git commit
58+
## Git commit
5959

6060
Please use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) for your commits.
6161

@@ -67,7 +67,7 @@ e.g.
6767
[footer]
6868
```
6969

70-
### ♻️Types
70+
### Types
7171

7272
`type` should be one of belows.
7373

@@ -87,7 +87,7 @@ remove
8787
style
8888
```
8989

90-
### 📓Subject
90+
### Subject
9191

9292
`subject` should include one of emojis as belows.
9393

0 commit comments

Comments
 (0)