Migrate to @angular-eslint/prefer-inject and @typescript-eslint/prefer-readonly (#11665)

This commit is contained in:
Denys Vuika
2026-02-18 15:38:01 +00:00
committed by GitHub
parent f8fa996b04
commit 3f542d99ba
470 changed files with 2638 additions and 2247 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ export function buildCollectionParam(param: string[], collectionFormat: string):
}
export class AlfrescoApiClient implements LegacyHttpClient {
private eventEmitter = new EventEmitter();
private readonly eventEmitter = new EventEmitter();
storage: Storage;
host: string;