Remove unnecessary class constructors in the `src` folder
There's a number of classes where the constructors can be removed completely by instead using class fields, which help to slightly shorten the code. It seems that `unicorn/prefer-class-fields` ESLint plugin, see PR 20657, unfortunately isn't able to detect all of these cases.
J
Jonas Jenwald committed
7fd939763e08c296dea7939bf532f202ee965576
Parent: 74ab1a9