mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-20 16:00:38 +02:00
build: enable consistent type imports eslint rule (#7992)
* build: enable consistent type imports eslint rule * change to warn * fix the warning in example and excalidraw-app * fix packages * enable type annotations and throw error for the rule
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { AppStateChange, ElementsChange } from "./change";
|
||||
import { SceneElementsMap } from "./element/types";
|
||||
import type { AppStateChange, ElementsChange } from "./change";
|
||||
import type { SceneElementsMap } from "./element/types";
|
||||
import { Emitter } from "./emitter";
|
||||
import { Snapshot } from "./store";
|
||||
import { AppState } from "./types";
|
||||
import type { Snapshot } from "./store";
|
||||
import type { AppState } from "./types";
|
||||
|
||||
type HistoryStack = HistoryEntry[];
|
||||
|
||||
|
Reference in New Issue
Block a user