Commit d1f8e381 authored by Phil Hughes's avatar Phil Hughes

eslint....

parent b8ee5c18
......@@ -56,7 +56,7 @@ const Vue = require('vue');
created: function () {
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 */
/* global Vue */
/* global ResolveCount */
/* global ResolveServiceClass */
function requireAll(context) { return context.keys().map(context); }
const Vue = require('vue');
......
......@@ -88,5 +88,5 @@ window.Vue.use(require('vue-resource'));
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