mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
ci: Disallow v-html
directive (#10865)
This commit is contained in:
parent
08ebe1e480
commit
4568969e1f
|
@ -72,6 +72,7 @@ module.exports = {
|
|||
order: ['script', 'template', 'style'],
|
||||
},
|
||||
],
|
||||
'vue/no-v-html': 'error',
|
||||
|
||||
// TODO: fix these
|
||||
'@typescript-eslint/no-unsafe-call': 'off',
|
||||
|
|
Loading…
Reference in a new issue