From 592aa6d5762b6d04e4f66364da4a58cea6b25d67 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Thu, 24 Dec 2015 13:07:55 +0100 Subject: Partially revert aae5030 As discussed in #370 and announced in the official Eslint-meteor plugin repository (https://github.com/dferber90/eslint-plugin-meteor), it is recommended to not use this plugin anymore has the author has it is currently broken and the author has abandoned it. --- models/users.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/users.js') diff --git a/models/users.js b/models/users.js index cf4c4193..bb7ecc45 100644 --- a/models/users.js +++ b/models/users.js @@ -1,4 +1,4 @@ -Users = Meteor.users; // eslint-disable-line meteor/collections +Users = Meteor.users; // Search a user in the complete server database by its name or username. This // is used for instance to add a new user to a board. -- cgit v1.2.3-1-g7c22