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/package.json b/webapp/package.json index 015b7ec40..d959883e9 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -129,7 +129,7 @@ "jest": "~24.9.0", "mutation-observer": "^1.0.3", "node-sass": "~4.13.0", - "prettier": "~1.18.2", + "prettier": "~1.19.1", "sass-loader": "~8.0.0", "storybook-design-token": "^0.4.1", "storybook-vue-router": "^1.0.7", 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 @@