Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linter fix #339

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
c74d318
fix(linter): add types to correct errors
Bus42 May 25, 2022
2ae8ac0
fix(linter): add types to correct errors
Bus42 May 25, 2022
31d08cd
fix(linter): add types to correct errors
Bus42 May 25, 2022
f33f586
fix(linter): add types to correct errors
Bus42 May 25, 2022
3e2124e
fix(gen-docs): invalid argument
Bus42 May 25, 2022
2b42e90
build(scripts): gen-docs
Bus42 May 26, 2022
774e409
reverts changes to package.json, package.lock.json
Bus42 May 26, 2022
b71b03e
reverted package files
TashaSkyUp May 26, 2022
3f81e96
Assigns explicit types
Bus42 May 27, 2022
ce55389
Assigns explicit types in oktaRequired.ts
Bus42 May 27, 2022
6481bcb
Assigns explicit types ...votes/routes.ts
Bus42 May 27, 2022
bb6fcca
Adds explicit types .../api/words/routes.ts
Bus42 May 27, 2022
61988ba
Adds explicity types to /api/player/model.ts
Bus42 May 27, 2022
ca3077b
Adds .vscode to gitignore
Bus42 May 27, 2022
f90ee17
Adds interfaces and constructor
Bus42 May 31, 2022
0fffc54
removes unused interface 'Profile'
Bus42 May 31, 2022
da38566
Adds interface 'Profile'
Bus42 May 31, 2022
d4979de
adds interface wordObject, checks in validateWord
Bus42 May 31, 2022
65072f4
removes duplicate interface
Bus42 May 31, 2022
15bc474
removes redundant checks in utils.ts
Bus42 May 31, 2022
3ea4dc9
adds explicit any type to all req, res objects
Bus42 May 31, 2022
aeeffd2
corrects typing in params in routes.ts
Bus42 May 31, 2022
6106e7c
Tiny spelling fix
Bus42 May 31, 2022
46f5440
Deletes changed package.json file
Bus42 May 31, 2022
318de66
replaces accidentally deleted package.json
Bus42 May 31, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,6 @@ dist/

.local-env

trex/yarn*
trex/yarn*

.vscode
Loading