partey_workadventure/back
David Négrier 5cc97483e0 Fine-tuning the @typescript-eslint/no-unused-vars rule
We now allow parameters to be unused. This is quite common in inherited methods.
This allows removing a bunch of: //eslint-disable-next-line @typescript-eslint/no-unused-vars
Also, "err" variables in catch MUST now be used and the special _exhaustiveCheck variable used in ":never" assigns can be unused.
2022-04-22 18:09:39 +02:00
..
src Fine-tuning the @typescript-eslint/no-unused-vars rule 2022-04-22 18:09:39 +02:00
tests AvailabilityStatus set for Users in tests 2022-04-20 10:28:26 +02:00
.dockerignore Fixing Dockerfiles 2020-04-11 15:11:22 +02:00
.eslintrc.json Fine-tuning the @typescript-eslint/no-unused-vars rule 2022-04-22 18:09:39 +02:00
.gitignore Add io socket message to share user position. 2020-04-04 12:42:02 +02:00
.prettierignore Adding prettier on back and pusher (not running them right now) 2021-06-23 16:23:16 +02:00
.prettierrc.json Making max line length to 120 2021-06-23 16:58:57 +02:00
Dockerfile Multi-platform images (#1924) 2022-03-08 11:21:17 +01:00
jasmine.json added jasmine in the back 2020-04-06 15:48:19 +02:00
LICENSE.txt Changing license to AGPL + Commons Clause 2020-06-09 10:17:21 +02:00
package.json Zod EVERYWHERE (#2027) 2022-04-12 14:21:19 +02:00
server.ts Merge branch 'develop' into 2daysLimit 2022-01-05 11:47:31 +01:00
tsconfig.json Zod EVERYWHERE (#2027) 2022-04-12 14:21:19 +02:00
yarn.lock Zod EVERYWHERE (#2027) 2022-04-12 14:21:19 +02:00