There was an error while loading. Please reload this page.
1 parent a45aead commit aeca829Copy full SHA for aeca829
1 file changed
eslint.config.js
@@ -58,6 +58,8 @@ module.exports = tseslint.config(
58
// Apply the Angular template rules which focus on accessibility of our apps
59
...angular.configs.templateAccessibility,
60
],
61
- rules: {},
+ rules: {
62
+ '@angular-eslint/template/mouse-events-have-key-events': 'off',
63
+ },
64
},
65
);
0 commit comments