Skip to content

Commit aeca829

Browse files
committed
chore: disable mouse events eslint
1 parent a45aead commit aeca829

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

eslint.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ module.exports = tseslint.config(
5858
// Apply the Angular template rules which focus on accessibility of our apps
5959
...angular.configs.templateAccessibility,
6060
],
61-
rules: {},
61+
rules: {
62+
'@angular-eslint/template/mouse-events-have-key-events': 'off',
63+
},
6264
},
6365
);

0 commit comments

Comments
 (0)