We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e25834 commit f01e052Copy full SHA for f01e052
2 files changed
apps/blocks/eslint.config.mjs
@@ -31,6 +31,8 @@ export default [
31
// Override or add rules here
32
rules: {
33
'@angular-eslint/template/label-has-associated-control': 'off',
34
+ '@angular-eslint/template/click-events-have-key-events': 'off',
35
+ '@angular-eslint/template/interactive-supports-focus': 'off',
36
},
37
38
];
apps/showcase/eslint.config.mjs
0 commit comments