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"