File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- # 📓 JavaScript Assessments
1+ # JavaScript Assessments
22
33Here 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
3737npm i -g yarn
3838yarn
3939```
4040
41- ## ✅ Lint
41+ ## Lint
4242
4343``` bash
4444yarn lint
4545```
4646
47- ## ❤️Prettier
47+ ## Prettier
4848
4949``` bash
5050prettier --write ./
@@ -55,7 +55,7 @@ prettier --write ./
5555npm i -g prettier
5656```
5757
58- ## 🐞 Git commit
58+ ## Git commit
5959
6060Please use [ Conventional Commits] ( https://www.conventionalcommits.org/en/v1.0.0/ ) for your commits.
6161
6767[footer]
6868```
6969
70- ### ♻️Types
70+ ### Types
7171
7272` type ` should be one of belows.
7373
8787style
8888```
8989
90- ### 📓 Subject
90+ ### Subject
9191
9292` subject ` should include one of emojis as belows.
9393
You can’t perform that action at this time.
0 commit comments