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 @@