Skip to content

Commit 09161b4

Browse files
committed
Set templateMode: 'both' on template-no-invalid-interactive
Rule already runs in both .hbs and .gjs/.gts at runtime; the missing metadata only affected eslint-doc-generator output.
1 parent 56f913d commit 09161b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/rules/template-no-invalid-interactive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = {
3737
docs: {
3838
description: 'disallow non-interactive elements with interactive handlers',
3939
category: 'Accessibility',
40-
40+
templateMode: 'both',
4141
url: 'https://github.com/ember-cli/eslint-plugin-ember/tree/master/docs/rules/template-no-invalid-interactive.md',
4242
},
4343
schema: [

0 commit comments

Comments
 (0)