From fefdb53fd677b27a295abb74727cd8255bac8028 Mon Sep 17 00:00:00 2001 From: Dev Date: Sat, 15 Jul 2023 10:43:09 +0100 Subject: [PATCH] Disable empty interface errors --- project/rome.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/rome.json b/project/rome.json index 004db7fb..f6cb93b9 100644 --- a/project/rome.json +++ b/project/rome.json @@ -17,7 +17,8 @@ "suspicious": { "noExplicitAny": "off", "noDoubleEquals": "warn", - "noShadowRestrictedNames": "warn" + "noShadowRestrictedNames": "warn", + "noEmptyInterface":"off" }, "performance": { "noDelete": "off"