partey_workadventure/back/src
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
..
Controller Zod EVERYWHERE (#2027) 2022-04-12 14:21:19 +02:00
Enum Disabling completely routes if admin token not configured 2022-01-27 18:38:33 +01:00
Messages Refactoring Woka management (#1810) 2022-03-11 17:02:58 +01:00
Model Fine-tuning the @typescript-eslint/no-unused-vars rule 2022-04-22 18:09:39 +02:00
Server Upgrading eslint 2021-12-23 15:33:19 +01:00
Services Fine-tuning the @typescript-eslint/no-unused-vars rule 2022-04-22 18:09:39 +02:00
App.ts Applying Prettier on pusher and back 2021-06-24 10:09:10 +02:00
RoomManager.ts removed silent message 2022-04-14 11:41:01 +02:00