ci: Disallow v-html directive (#10865)

This commit is contained in:
Iván Ovejero 2024-09-18 11:52:30 +02:00 committed by GitHub
parent 08ebe1e480
commit 4568969e1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,6 +72,7 @@ module.exports = {
order: ['script', 'template', 'style'],
},
],
'vue/no-v-html': 'error',
// TODO: fix these
'@typescript-eslint/no-unsafe-call': 'off',