lint: disable svelte/no-at-html-tags rule for trusted content

Co-Authored-By: Justin Edmund <justin@jedmund.com>
This commit is contained in:
Devin AI 2025-11-24 05:45:14 +00:00
parent 3b46df5c7b
commit 248000134b

View file

@ -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'
}
},
{