mirror of
https://github.com/wekan/wekan.git
synced 2026-02-17 21:48:07 +01:00
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.
This commit is contained in:
parent
d9bc56896d
commit
592aa6d576
5 changed files with 32 additions and 40 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue