From 0cd05d14bc8b88839814d7b48dbe3ff318909696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Thu, 14 Mar 2024 17:55:14 +0100 Subject: [PATCH] Don't fail linting for click handlers on arbitrary HTML elements --- .template-lintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.template-lintrc.js b/.template-lintrc.js index 22c9f7b..0620fa7 100644 --- a/.template-lintrc.js +++ b/.template-lintrc.js @@ -6,6 +6,7 @@ module.exports = { rules: { 'simple-unless': false, 'no-nested-interactive': false, + 'no-invalid-interactive': false, 'no-html-comments': false },