From 443809f3b2d7cba8663c434d0fc64a82e624b380 Mon Sep 17 00:00:00 2001 From: Alexandre Vryghem Date: Fri, 16 May 2025 21:52:22 +0200 Subject: [PATCH] 117616: Disabled unstable linting rules --- .eslintrc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 6e43df97be..af2342d822 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -279,7 +279,7 @@ "dspace-angular-ts/themed-component-selectors": "error", "dspace-angular-ts/themed-component-usages": "error", "dspace-angular-ts/themed-decorators": [ - "error", + "off", { "decorators": { "listableObjectComponent": 3, @@ -289,7 +289,7 @@ ], "dspace-angular-ts/themed-wrapper-no-input-defaults": "error", "dspace-angular-ts/unique-decorators": [ - "error", + "off", { "decorators": [ "listableObjectComponent"