mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -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'],
|
order: ['script', 'template', 'style'],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
'vue/no-v-html': 'error',
|
||||||
|
|
||||||
// TODO: fix these
|
// TODO: fix these
|
||||||
'@typescript-eslint/no-unsafe-call': 'off',
|
'@typescript-eslint/no-unsafe-call': 'off',
|
||||||
|
|
Loading…
Reference in a new issue