Skip to content

Commit

Permalink
Disable import/no-unresolved
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Nov 26, 2024
1 parent f65f567 commit 3f0b293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/utils/camera-frame.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable-next-line import/no-unresolved */
import { CameraFrame as EngineCameraFrame, Script, Color } from 'playcanvas';

/** @enum {number} */
Expand Down

0 comments on commit 3f0b293

Please sign in to comment.