Enable warning for new angular linting (#16951)

This commit is contained in:
Oscar Hinton 2025-10-21 15:27:37 +02:00 committed by GitHub
parent 20ddf3b6fd
commit 8a8076a6da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,6 +72,9 @@ export default tseslint.config(
"@angular-eslint/no-output-on-prefix": 0,
"@angular-eslint/no-output-rename": 0,
"@angular-eslint/no-outputs-metadata-property": 0,
"@angular-eslint/prefer-on-push-component-change-detection": "warn",
"@angular-eslint/prefer-output-emitter-ref": "warn",
"@angular-eslint/prefer-signals": "warn",
"@angular-eslint/prefer-standalone": 0,
"@angular-eslint/use-lifecycle-interface": "error",
"@angular-eslint/use-pipe-transform-interface": 0,