From 258df7b1dc493f89133940cb7f24c9bab4653d0d Mon Sep 17 00:00:00 2001 From: Matthieu Le Corre Date: Mon, 19 Aug 2024 16:29:46 +0200 Subject: [PATCH] lint Signed-off-by: Matthieu Le Corre --- src/components/AsciidocEngine.vue | 4 ++-- src/components/MarkdownEngine.vue | 2 +- src/view/Readmemd.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/AsciidocEngine.vue b/src/components/AsciidocEngine.vue index 6a56063..e72220d 100644 --- a/src/components/AsciidocEngine.vue +++ b/src/components/AsciidocEngine.vue @@ -36,8 +36,8 @@ export default { this.converter = asciidoctor() logger.debug('AsciiDoc engine loaded') - // now choose the right CSS - if (this.mode === "private") { + // now choose the right CSS + if (this.mode === 'private') { if (document.body.dataset.themes.startsWith('dark')) { import('github-markdown-css/github-markdown-dark.css') } diff --git a/src/components/MarkdownEngine.vue b/src/components/MarkdownEngine.vue index ad85333..1f237b9 100644 --- a/src/components/MarkdownEngine.vue +++ b/src/components/MarkdownEngine.vue @@ -121,7 +121,7 @@ export default { } // now choose the right CSS - if (this.mode === "private") { + if (this.mode === 'private') { if (document.body.dataset.themes.startsWith('dark')) { import('github-markdown-css/github-markdown-dark.css') } diff --git a/src/view/Readmemd.vue b/src/view/Readmemd.vue index 95caf68..a830475 100644 --- a/src/view/Readmemd.vue +++ b/src/view/Readmemd.vue @@ -4,7 +4,7 @@ -->