From d473d09a394db9ee9ab24b8e89bea1ea6774fdb3 Mon Sep 17 00:00:00 2001 From: MarcZierle Date: Tue, 11 Jan 2022 21:51:29 +0100 Subject: [PATCH] fix linting errors --- jsconfig.json | 5 ++ src/components/HelloWorld.vue | 90 +++++++++++++++++------------------ 2 files changed, 49 insertions(+), 46 deletions(-) create mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..4077fbb --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,5 @@ +{ + "include": [ + "./src/**/*" + ] + } \ No newline at end of file diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue index e97992e..74cec53 100644 --- a/src/components/HelloWorld.vue +++ b/src/components/HelloWorld.vue @@ -1,69 +1,67 @@