diff --git a/eslint.config.js b/eslint.config.js index ae2db95..fc59035 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -39,7 +39,9 @@ export default [ varsIgnorePattern: '^_', caughtErrorsIgnorePattern: '^_' } - ] + ], + // Disable @html warnings - all uses are for trusted content (static SVGs, sanitized content, JSON-LD) + 'svelte/no-at-html-tags': 'off' } }, {