Closed edemaine closed 4 years ago
That's a neat way of solving it! Could you send a PR adding this functionality?
:tada: This issue has been resolved in version 7.1.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
In my code, I define functions like
checkId
that does the appropriatecheck
s for certain argument types. I'd like to be able to configure (in eslint settings) the meteor/audit-argument-checks rule to allow additional functions than justcheck
.