mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-04-16 22:24:49 +00:00
[ACS-11153] Corrected eslint rule for ng-reflect (#11671)
This commit is contained in:
@@ -195,8 +195,8 @@ module.exports = {
|
||||
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.'
|
||||
selector: 'Literal[value=/ng-reflect-/]',
|
||||
message: '*ng-reflect-* attributes should not be used. Consider alternatives for proper selectors.'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user