diff --git a/.eslintrc b/.eslintrc index 5d08d033..936854d1 100644 --- a/.eslintrc +++ b/.eslintrc @@ -89,7 +89,7 @@ "no-dupe-keys": "error", "no-duplicate-case": "error", "no-duplicate-imports": "error", - "no-else-return": "warn", + "no-else-return": "error", "no-empty-character-class": "error", "no-eval": "error", "no-ex-assign": "error", diff --git a/modern/src/runtime/GuiObject.ts b/modern/src/runtime/GuiObject.ts index 6048e1a3..177577ed 100644 --- a/modern/src/runtime/GuiObject.ts +++ b/modern/src/runtime/GuiObject.ts @@ -5,7 +5,7 @@ import { baseImageAttributeFromObject, unimplementedWarning, } from "../utils"; -import { ModernStore, XmlNode } from "../types"; +import { XmlNode } from "../types"; type TargetParams = { alpha?: number;