From e2c6305f2131bb3b76aca44da2e46d985c74f0e3 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Fri, 7 Dec 2018 19:42:57 +0100 Subject: [PATCH] fixing linting issues --- components/PostCard.vue | 11 +++++++---- pages/admin/categories.vue | 10 +++++++--- pages/admin/tags.vue | 10 +++++++--- pages/post/_slug/index.vue | 5 +++-- pages/post/_slug/more-info.vue | 7 ++++--- pages/profile/_slug.vue | 15 ++++++++++----- pages/settings/index.vue | 18 +++++++++++++----- .../components/data-input/shared/input.scss | 9 --------- 8 files changed, 51 insertions(+), 34 deletions(-) diff --git a/components/PostCard.vue b/components/PostCard.vue index 27f1977ae..6d6f56256 100644 --- a/components/PostCard.vue +++ b/components/PostCard.vue @@ -33,18 +33,21 @@ diff --git a/pages/admin/categories.vue b/pages/admin/categories.vue index 045542541..e09db79c0 100644 --- a/pages/admin/categories.vue +++ b/pages/admin/categories.vue @@ -1,13 +1,17 @@