I’m currently writing a Meteor package. Unfortunately, the Package syntax has a lot of globals which ESLint complains of. I could add them all to my globals, but I would prefer a proper solution that is also aware of the Package syntax. Is there any such rule set out there? There is an ESLint plugin for Meteor, but it does not seem to support the current configuration syntax of ESLint 8+.