mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-19 23:40:45 +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,5 +1,5 @@
|
||||
import * as GA from "./ga";
|
||||
import { Line, Point } from "./ga";
|
||||
import type { Line, Point } from "./ga";
|
||||
|
||||
/**
|
||||
* A line is stored as an array `[0, c, a, b, 0, 0, 0, 0]` representing:
|
||||
|
Reference in New Issue
Block a user