Meteor-Community-Packages / meteor-collection-hooks

Meteor Collection Hooks
https://atmospherejs.com/matb33/collection-hooks
MIT License
656 stars 90 forks source link

Apply lint fixes to run linter without errors #284

Closed jankapunkt closed 1 year ago

jankapunkt commented 1 year ago

When locally running the linter we still get some errors. This PR fixes all linter errors.

Note, that all changes were auto-applied due to meteor npm run tools:lintfix

Also note, that eslint-disable-next-line array-callback-return are placed when cursor.find is called in some tests and where eslint thinks this is an Array.prototyp.find method.