mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Enforce eslint rules not to import anything from excalidraw package inside common & element
This commit is contained in:
parent
033fcfea14
commit
c82f486e88
6 changed files with 29 additions and 1 deletions
|
@ -6,6 +6,7 @@ import {
|
|||
} from "@excalidraw/common";
|
||||
|
||||
// TODO: remove direct dependency on the scene, should be passed in or injected instead
|
||||
// eslint-disable-next-line @typescript-eslint/no-restricted-imports
|
||||
import Scene from "@excalidraw/excalidraw/scene/Scene";
|
||||
|
||||
import type { Radians } from "@excalidraw/math";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue