From db2540342983db35539291fc9f8f691fffd37659 Mon Sep 17 00:00:00 2001 From: roschaefer Date: Fri, 15 Nov 2019 11:20:50 +0100 Subject: [PATCH] Fix lint --- webapp/components/Editor/Editor.story.js | 6 +++++- webapp/pages/admin/hashtags.vue | 4 +--- webapp/pages/admin/users.vue | 4 +--- webapp/plugins/vue-filters.js | 6 +++++- webapp/store/auth.test.js | 10 ++++++++-- 5 files changed, 20 insertions(+), 10 deletions(-) diff --git a/webapp/components/Editor/Editor.story.js b/webapp/components/Editor/Editor.story.js index 7a69b347f..8efcf3f4c 100644 --- a/webapp/components/Editor/Editor.story.js +++ b/webapp/components/Editor/Editor.story.js @@ -27,7 +27,11 @@ const plugins = [ ] helpers.init({ plugins }) -const users = [{ id: 1, slug: 'peter' }, { id: 2, slug: 'sandra' }, { id: 3, slug: 'jane' }] +const users = [ + { id: 1, slug: 'peter' }, + { id: 2, slug: 'sandra' }, + { id: 3, slug: 'jane' }, +] storiesOf('Editor', module) .addDecorator(withA11y) diff --git a/webapp/pages/admin/hashtags.vue b/webapp/pages/admin/hashtags.vue index 76306873a..521d3110a 100644 --- a/webapp/pages/admin/hashtags.vue +++ b/webapp/pages/admin/hashtags.vue @@ -1,9 +1,7 @@