From 296d18534bc2be2cfaa3bf092057e50da8460737 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Wed, 24 Dec 2025 22:02:17 +0800 Subject: [PATCH] chore: enable color for cspell (#6983) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a26b032ae..ccfc2f855d 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint": "biome check .", "lint:dependencies": "knip --strict", "lint:fix": "biome check . --fix --unsafe", - "lint:spell": "cspell .", + "lint:spell": "cspell . --color", "lint:types": "turbo lint:types --filter=./packages/*", "lint:packages": "turbo lint:package --filter=./packages/*", "release": "turbo build --filter=./packages/* && bumpp && pnpm -r publish --access public --no-git-checks",