Skip to content

Commit

Permalink
fix: small linting fix and test assertion change
Browse files Browse the repository at this point in the history
  • Loading branch information
BeauBouchard committed Sep 21, 2023
1 parent 7cdcd56 commit b7f632b
Show file tree
Hide file tree
Showing 4 changed files with 171 additions and 138 deletions.
100 changes: 66 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"sonseong10 <https://github.com/sonseong10/>",
"Whiskydog <https://github.com/Whiskydog/>",
"DerTimonius <https://github.com/DerTimonius/>",
"Gilsabo <https://github.com/Gilsabo>"
"Gilsabo <https://github.com/Gilsabo>",
"dshaw0004 <https://github.com/dshaw0004>"
],
"scripts": {
"start": "node ./src/app.js",
Expand All @@ -56,7 +57,7 @@
"devDependencies": {
"chai": "4.3.8",
"codecov": "3.8.3",
"eslint": "8.49.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-prettier": "4.2.1",
Expand Down
Loading

0 comments on commit b7f632b

Please sign in to comment.