quavedev / eslint-plugin

6 stars 2 forks source link

Issue linting Meteor collection hooks #5

Closed vparpoil closed 7 months ago

vparpoil commented 8 months ago

Using meteor collection-hooks, the linting doesn't work as expected :

UserAccess.after.insert((userId, doc) => {
    // logDatabaseModification("CREATE-UserAccess", doc, userId);
});
Capture d’écran 2024-01-29 à 15 19 49 Capture d’écran 2024-01-29 à 15 20 31