Don't fail linting for click handlers on arbitrary HTML elements

This commit is contained in:
2024-03-14 17:55:14 +01:00
parent 3ee140723c
commit 0cd05d14bc
+1
View File
@@ -6,6 +6,7 @@ module.exports = {
rules: {
'simple-unless': false,
'no-nested-interactive': false,
'no-invalid-interactive': false,
'no-html-comments': false
},