discussion: eslint rule for /test/
- no-unused-vars: [error, {args: after-used, caughtErrors: all}]
#14137
Labels
discuss
Issues opened for discussions and feedbacks.
performance
Issues and PRs related to the performance of Node.js.
test
Issues and PRs related to the tests.
There still seems to be a small performance advantage to using functors that match the signature of the invocation:
For for explicitness sake, would we consider requiring no unused arguments (or exception) in
/test/
?i.e.:
Current impact on
/test/
: 297 error in 195 files/cc @nodejs/testing @nodejs/performance
The text was updated successfully, but these errors were encountered: