mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-01 21:10:49 +08:00
Enable warning for new angular linting (#16951)
This commit is contained in:
parent
20ddf3b6fd
commit
8a8076a6da
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user