mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-07-09 21:25:32 +00:00
fix: lint errors.
This commit is contained in:
parent
24c6b0769c
commit
9658d88162
6 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@ import type {
|
|||
FullBoard,
|
||||
} from "../types/board.ts";
|
||||
import { applyChange, createSection } from "./section.ts";
|
||||
import { BoardChange } from "../types/change.ts";
|
||||
import type { BoardChange } from "../types/change.ts";
|
||||
|
||||
export function createBoard(config: BoardConfig): BoardData {
|
||||
const sections: SectionData[][] = Array(config.ySections)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { getCharacterWidth } from "../mod.ts";
|
||||
import type { BoardConfig } from "../types/board.ts";
|
||||
import { BoardChange } from "../types/change.ts";
|
||||
import type { BoardChange } from "../types/change.ts";
|
||||
import type { SectionData, SectionPosition } from "../types/section.ts";
|
||||
|
||||
export function createSection(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue