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 @@