We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28fc5a commit e445f40Copy full SHA for e445f40
packages/eslint-config-recommended/src/angular/index.ts
@@ -44,8 +44,9 @@ export function defineScAngularConfig(...configs: Parameters<typeof defineConfig
44
'@angular-eslint/prefer-standalone': 'error',
45
'@angular-eslint/sort-lifecycle-methods': 'error',
46
'@angular-eslint/no-lifecycle-call': 'error',
47
- '@angular-eslint/prefer-output-readonly': 'warn',
+ '@angular-eslint/prefer-output-readonly': 'error',
48
'@angular-eslint/no-host-metadata-property': 'off',
49
+ '@angular-eslint/prefer-host-metadata-property': 'error',
50
'@angular-eslint/no-queries-metadata-property': 'error',
51
52
'@angular-eslint/use-lifecycle-interface': 'error',
0 commit comments