From 27c8d28c234a75d797968b0f64cf0b8b85fea0d5 Mon Sep 17 00:00:00 2001 From: adb Date: Thu, 28 Jan 2021 22:10:33 +0100 Subject: [PATCH] fix typos and optimize --- .eslintrc.js | 2 +- public/index.html | 2 +- src/components/console.vue | 18 ++++++++++++------ src/registerServiceWorker.js | 32 -------------------------------- 4 files changed, 14 insertions(+), 40 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index c5c816a..4ccdebb 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -28,7 +28,7 @@ module.exports = { "unix" ], "quotes": [ - "error", + "warn", "double" ] } diff --git a/public/index.html b/public/index.html index e69b874..5843482 100644 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,7 @@ - + <%= htmlWebpackPlugin.options.title %> diff --git a/src/components/console.vue b/src/components/console.vue index b97e8c9..aa2316b 100644 --- a/src/components/console.vue +++ b/src/components/console.vue @@ -1,8 +1,9 @@