From 6d883a8572bb26c55d419afaf46f889419f325b3 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Mon, 23 May 2022 14:53:56 +0200 Subject: Fix various errors reported by eslint And also make sure eslint doesn't try to index apps-extra that contains other repo with not necessarely the same eslint rules Signed-off-by: Carl Schwan --- apps/federatedfilesharing/src/components/AdminSettings.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/federatedfilesharing') diff --git a/apps/federatedfilesharing/src/components/AdminSettings.vue b/apps/federatedfilesharing/src/components/AdminSettings.vue index cd0f6e5beb6..b3fb2a7675b 100644 --- a/apps/federatedfilesharing/src/components/AdminSettings.vue +++ b/apps/federatedfilesharing/src/components/AdminSettings.vue @@ -124,6 +124,6 @@ export default { console.error(errorMessage, error) } }, - } + }, } -- cgit v1.2.3