ci: Set {@html ...}
XSS Error to Warn
This commit is contained in:
parent
651fae6b53
commit
ce6e48db2b
@ -34,4 +34,9 @@ export default ts.config(
|
|||||||
{
|
{
|
||||||
ignores: ['src/lib/components/ui/**'],
|
ignores: ['src/lib/components/ui/**'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
rules: {
|
||||||
|
'svelte/no-at-html-tags': 'warn',
|
||||||
|
},
|
||||||
|
},
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user