Commit 56a279be authored by Alfredo Sumaran's avatar Alfredo Sumaran

Move eslint disable rule close to offending line to conform styleguide

parent 1c1c0802
/* eslint-disable class-methods-use-this */
import Vue from 'vue';
import VueResource from 'vue-resource';
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment