Commit d1f8e381 authored by Phil Hughes's avatar Phil Hughes

eslint....

parent b8ee5c18
...@@ -56,7 +56,7 @@ const Vue = require('vue'); ...@@ -56,7 +56,7 @@ const Vue = require('vue');
created: function () { created: function () {
CommentsStore.createDiscussion(this.discussionId, this.canResolve); CommentsStore.createDiscussion(this.discussionId, this.canResolve);
this.discussion = this.discussions[this.discussionId] this.discussion = this.discussions[this.discussionId];
} }
}); });
......
/* eslint-disable func-names, comma-dangle, new-cap, no-new, import/newline-after-import, no-multi-spaces, max-len */ /* eslint-disable func-names, comma-dangle, new-cap, no-new, import/newline-after-import, no-multi-spaces, max-len */
/* global Vue */ /* global Vue */
/* global ResolveCount */ /* global ResolveCount */
/* global ResolveServiceClass */
function requireAll(context) { return context.keys().map(context); } function requireAll(context) { return context.keys().map(context); }
const Vue = require('vue'); const Vue = require('vue');
......
...@@ -88,5 +88,5 @@ window.Vue.use(require('vue-resource')); ...@@ -88,5 +88,5 @@ window.Vue.use(require('vue-resource'));
discussionId discussionId
}, {}); }, {});
} }
} };
})(); })();
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