Skip to content

Commit

Permalink
Fix ESLint setting
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok committed May 17, 2017
1 parent d5ee916 commit 378d469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rocketchat-lib/server/methods/saveSetting.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint new-cap: false */
/* eslint new-cap: 0 */

Meteor.methods({
saveSetting(_id, value, editor) {

0 comments on commit 378d469

Please sign in to comment.