diff --git a/.gitignore b/.gitignore index cbfbafb4..af03af5c 100644 --- a/.gitignore +++ b/.gitignore @@ -29,8 +29,6 @@ tv-media/ Videos Videos/ *.tar* -.vscode -.vscode/ home home/ live1 diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..432ea387 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "eslint.experimental.useFlatConfig": true, +} diff --git a/app.vue b/app.vue index dbb45e44..548ef22f 100644 --- a/app.vue +++ b/app.vue @@ -1,7 +1,7 @@ diff --git a/components/ConfigGui.vue b/components/ConfigGui.vue index 070cb34f..e441b5e7 100644 --- a/components/ConfigGui.vue +++ b/components/ConfigGui.vue @@ -18,7 +18,7 @@ type="text" placeholder="Type here" class="input input-bordered w-full" - > + />
diff --git a/components/ConfigPlayout.vue b/components/ConfigPlayout.vue index 401e533a..db3a4ada 100644 --- a/components/ConfigPlayout.vue +++ b/components/ConfigPlayout.vue @@ -2,11 +2,11 @@

{{ $t('config.playoutConf') }}

-