Skip to content

Commit f01e052

Browse files
committed
wip
1 parent 9e25834 commit f01e052

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

apps/blocks/eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ export default [
3131
// Override or add rules here
3232
rules: {
3333
'@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',
3436
},
3537
},
3638
];

apps/showcase/eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ export default [
3131
// Override or add rules here
3232
rules: {
3333
'@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',
3436
},
3537
},
3638
];

0 commit comments

Comments
 (0)