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 #775

Closed edemaine closed 4 years ago

edemaine commented 4 years ago

Fix #774 by adding checkEquivalents configuration.

Let me know if you have any comments/edits! In particular, feel free to change / suggest checking the checkEquivalents name, or the way it's specified.

I checked that it works in my application.

github-actions[bot] commented 4 years ago

:tada: This PR is included in version 7.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

dferber90 commented 4 years ago

Thanks for your PR! I increased the code coverage by deleting a few lines and published this version as 7.1.0 under the next distribution tag.

You can either install eslint-plugin-meteor@next or eslint-plugin-meteor@7.1.0 to try out this latest version. I'd appreciate if you could let me know whether that version works for you. If so, I'll publish it for everyone under the latest tag.

edemaine commented 4 years ago

I just tested @7.1.0 and it works great in my application. Thanks for the quick review and release!

dferber90 commented 4 years ago

I also resolved #678 and published both under the latest tag, so your addition is now generally available along with the other fix.

Thanks again 👍