ci: Set {@html ...} XSS Error to Warn

This commit is contained in:
April Hall 2025-02-10 03:46:26 -05:00
parent 651fae6b53
commit ce6e48db2b
Signed by: arithefirst
GPG Key ID: 4508A15C4DB91C5B

View File

@ -34,4 +34,9 @@ export default ts.config(
{
ignores: ['src/lib/components/ui/**'],
},
{
rules: {
'svelte/no-at-html-tags': 'warn',
},
},
);