meteor / eslint-plugin-meteor

🧐 Meteor specific linting rules for ESLint
https://medium.com/@dferber90/8f229ebc7942
MIT License
118 stars 20 forks source link

meteor/audit-argument-checks: custom check methods #774

Closed edemaine closed 4 years ago

edemaine commented 4 years ago

In my code, I define functions like checkId that does the appropriate checks 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 just check.

dferber90 commented 4 years ago

That's a neat way of solving it! Could you send a PR adding this functionality?

github-actions[bot] commented 4 years ago

:tada: This issue has been resolved in version 7.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: