Closed kaelig closed 7 years ago
Allows authors to add a leading underscore to unused arguments of a function (e.g. when the function signature is dictated by a third party API).
e.g.
private handleOnBeforeChange(_editor, _data, value) { this.setState({value}); }
Can you update the changelog too, please? We can 🚢 a 3.0.2 release too.
Changelog updated!
Nice one. I always forgot to change this after working around it 😅
Allows authors to add a leading underscore to unused arguments of a function (e.g. when the function signature is dictated by a third party API).
e.g.