To avoid issues like #10041, I propose removing the eslint option that exempts unused function arguments from the no-unused-vars rule. There are currently 426 violations in the codebase, with around 60 of them in lib.
If we want to retain certain arguments for clarity, we can just wrap them in comment tags.
To avoid issues like #10041, I propose removing the eslint option that exempts unused function arguments from the
no-unused-varsrule. There are currently 426 violations in the codebase, with around 60 of them inlib.If we want to retain certain arguments for clarity, we can just wrap them in comment tags.