mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-29442 moving to node 20.18.1 (#10500)
* AAE-0000 - moving to node 20.18.1 * AAE-29442 Adjusted to the new eslint rule
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"createDefaultProgram": true
|
||||
},
|
||||
"rules": {
|
||||
"jsdoc/newline-after-description": "warn",
|
||||
"jsdoc/tag-lines": ["error", "any", {"startLines": 1}],
|
||||
"@typescript-eslint/naming-convention": "warn",
|
||||
"@typescript-eslint/consistent-type-assertions": "warn",
|
||||
"@typescript-eslint/prefer-for-of": "warn",
|
||||
|
@@ -95,7 +95,6 @@ export class CheckAllowableOperationDirective implements OnChanges {
|
||||
/**
|
||||
* Enables decorated element
|
||||
*
|
||||
* @memberof CheckAllowableOperationDirective
|
||||
*/
|
||||
enableElement(): void {
|
||||
this.renderer.removeAttribute(this.elementRef.nativeElement, 'disabled');
|
||||
@@ -104,7 +103,6 @@ export class CheckAllowableOperationDirective implements OnChanges {
|
||||
/**
|
||||
* Disables decorated element
|
||||
*
|
||||
* @memberof CheckAllowableOperationDirective
|
||||
*/
|
||||
disableElement(): void {
|
||||
this.renderer.setAttribute(this.elementRef.nativeElement, 'disabled', 'true');
|
||||
|
Reference in New Issue
Block a user