diff --git a/src/modules/entity/EntityProperties.ts b/src/modules/entity/EntityProperties.ts index 41c25b3f..04399fc3 100644 --- a/src/modules/entity/EntityProperties.ts +++ b/src/modules/entity/EntityProperties.ts @@ -9,7 +9,7 @@ // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // -import { WebInputMode } from "@vircadia/web-sdk"; +import type { WebInputMode } from "@vircadia/web-sdk"; export type EntityType = diff --git a/src/modules/entity/components/scripts/TeleportController.ts b/src/modules/entity/components/scripts/TeleportController.ts index 8fca5138..b1d95c2d 100644 --- a/src/modules/entity/components/scripts/TeleportController.ts +++ b/src/modules/entity/components/scripts/TeleportController.ts @@ -9,8 +9,6 @@ // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // -/* eslint-disable @typescript-eslint/no-magic-numbers */ - import Log from "@Modules/debugging/log"; import { inspector } from "@Modules/script"; import { Renderer, VScene } from "@Modules/scene";