Support Svelte 5

This commit is contained in:
Romein van Buren 2024-10-26 17:15:13 +02:00
parent 0cf77aab4e
commit f32cbbc8a6
No known key found for this signature in database

View File

@ -99,10 +99,7 @@ const svelte = {
'svelte/shorthand-directive': 'warn', 'svelte/shorthand-directive': 'warn',
'svelte/spaced-html-comment': 'warn', 'svelte/spaced-html-comment': 'warn',
'svelte/no-at-html-tags': 0, 'svelte/no-at-html-tags': 0,
'svelte/html-self-closing': [ 'prefer-const': 0,
'warn',
'all',
],
}, },
}, },
], ],