lint: disable svelte/no-at-html-tags rule for trusted content
Co-Authored-By: Justin Edmund <justin@jedmund.com>
This commit is contained in:
parent
3b46df5c7b
commit
248000134b
1 changed files with 3 additions and 1 deletions
|
|
@ -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'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue