FIX: Update biome and apply automatic fixes

This commit is contained in:
Nicolás Hatcher
2025-11-13 18:57:46 +01:00
committed by Nicolás Hatcher Andrés
parent e0339f641b
commit 4e9d7611a8
21 changed files with 636 additions and 666 deletions

View File

@@ -5,9 +5,6 @@ import type { Cell } from "../types";
import type { WorkbookState } from "../workbookState";
import {
COLUMN_WIDTH_SCALE,
LAST_COLUMN,
LAST_ROW,
ROW_HEIGH_SCALE,
cellPadding,
defaultTextColor,
gridColor,
@@ -17,7 +14,10 @@ import {
headerSelectedBackground,
headerSelectedColor,
headerTextColor,
LAST_COLUMN,
LAST_ROW,
outlineColor,
ROW_HEIGH_SCALE,
} from "./constants";
import { attachOutlineHandle } from "./outlineHandle";
import { computeWrappedLines, hexToRGBA10Percent } from "./util";