[ACS-11153] remove the usage of ng reflect from the unit tests (#11666)

* [ACS-11153] Removed usages of ng reflect from card view dateitem and diagram activities

* [ACS-11153] Removed usages of ng-reflect

* [ACS-11153] Added eslint rule
This commit is contained in:
AleksanderSklorz
2026-02-19 07:58:31 +01:00
committed by GitHub
parent 7b574fc0d0
commit 4581f714d7
17 changed files with 1160 additions and 1174 deletions
+4
View File
@@ -193,6 +193,10 @@ module.exports = {
{
selector: 'TSEnumDeclaration',
message: 'Enums are not allowed. Use string literal types (e.g., type Foo = "a" | "b") or const objects instead.'
},
{
selector: 'Literal[value=/^ng-reflect-/]',
message: 'ng-reflect-* attributes should not be used. Consider alternatives for proper selectors.'
}
]
}