partey_workadventure/front/src/Phaser/Helpers
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
..
TexturesHelper.ts Fine-tuning the @typescript-eslint/no-unused-vars rule 2022-04-22 18:09:39 +02:00