Skip to content
Snippets Groups Projects
Commit 56a279be authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Move eslint disable rule close to offending line to conform styleguide

parent 1c1c0802
No related branches found
No related tags found
No related merge requests found
/* eslint-disable class-methods-use-this */
import Vue from 'vue';
import VueResource from 'vue-resource';
 
Loading
Loading
@@ -23,6 +21,7 @@ export default class GroupsService {
return this.groups.get(data);
}
 
// eslint-disable-next-line class-methods-use-this
leaveGroup(endpoint) {
return Vue.http.delete(endpoint);
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment