From 9f1878bb18a9c4387ae94c1620f51e5fdc152c3d Mon Sep 17 00:00:00 2001 From: Jon McClure Date: Mon, 18 Sep 2023 13:34:30 +0100 Subject: [PATCH] eslint rule --- .eslintrc.cjs | 1 + src/components/InfoBox/InfoBox.svelte | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index df4b3e2b..f7ab5ea0 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -44,6 +44,7 @@ module.exports = { 'import/no-duplicates': 'off', 'import/no-mutable-exports': 'off', 'import/no-unresolved': 'off', + 'svelte/no-at-html-tags': 'off', indent: ['error', 2], }, }, diff --git a/src/components/InfoBox/InfoBox.svelte b/src/components/InfoBox/InfoBox.svelte index ed6eb570..d99ac074 100644 --- a/src/components/InfoBox/InfoBox.svelte +++ b/src/components/InfoBox/InfoBox.svelte @@ -1,7 +1,6 @@