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
+3
View File
@@ -26,6 +26,9 @@ const config: StorybookConfig = {
config.performance = { hints: false };
}
return config;
},
core: {
disableTelemetry: true
}
};