From 691f570237e26398aa22f40c0efca23141d5583e Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 25 Jun 2024 00:00:31 +0200 Subject: chore: Enable ESLint for apps and fix all errors Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev Signed-off-by: Ferdinand Thiessen --- apps/dav/src/components/AbsenceForm.vue | 35 +++++++++++++++---------------- apps/dav/src/dav/client.js | 2 +- apps/dav/src/service/PreferenceService.js | 4 ++-- apps/dav/src/settings.js | 4 ++-- apps/dav/src/views/CalDavSettings.spec.js | 12 +++++------ apps/dav/src/views/CalDavSettings.vue | 4 ++-- 6 files changed, 30 insertions(+), 31 deletions(-) (limited to 'apps/dav/src') diff --git a/apps/dav/src/components/AbsenceForm.vue b/apps/dav/src/components/AbsenceForm.vue index 33f1483a7fb..cb3fabe49df 100644 --- a/apps/dav/src/components/AbsenceForm.vue +++ b/apps/dav/src/components/AbsenceForm.vue @@ -26,8 +26,7 @@ :clear-search-on-blur="() => false" :user-select="true" :options="options" - @search="asyncFind" - > + @search="asyncFind"> @@ -51,21 +50,21 @@