From 4568969e1f489f4c135712c4a9a77b24f9101cdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Wed, 18 Sep 2024 11:52:30 +0200 Subject: [PATCH] ci: Disallow `v-html` directive (#10865) --- packages/@n8n_io/eslint-config/frontend.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/@n8n_io/eslint-config/frontend.js b/packages/@n8n_io/eslint-config/frontend.js index cd62a6059a..298c0a2141 100644 --- a/packages/@n8n_io/eslint-config/frontend.js +++ b/packages/@n8n_io/eslint-config/frontend.js @@ -72,6 +72,7 @@ module.exports = { order: ['script', 'template', 'style'], }, ], + 'vue/no-v-html': 'error', // TODO: fix these '@typescript-eslint/no-unsafe-call': 'off',