1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

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

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,