Skip to content

Commit cf8b5e6

Browse files
committed
chore: remove cspell and its deps
1 parent 432beb0 commit cf8b5e6

File tree

4 files changed

+0
-743
lines changed

4 files changed

+0
-743
lines changed

.github/CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ pnpm run lint:deps # Check dependency cycles with skott
6060
pnpm run lint:ts # TypeScript check across packages
6161
pnpm run lint:es # ESLint check
6262
pnpm run lint:publish # Check package.json publishing config
63-
pnpm run lint:spell # Spell check with cspell
6463

6564
# Format code
6665
pnpm run format:write # Format with dprint

cspell.json

Lines changed: 0 additions & 65 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"lint:examples": "pnpm m -F \"./examples/*\" run lint",
4242
"lint:mdx": "mdxlint **/*.mdx -o",
4343
"lint:publish": "pnpm m run lint:publish",
44-
"lint:spell": "cspell lint --relative --no-progress \"**\"",
4544
"lint:ts": "pnpm m run lint:ts",
4645
"lint:website": "pnpm -F \"./apps/website\" run lint",
4746
"prepare": "lefthook install && pnpm run build",
@@ -70,7 +69,6 @@
7069
"@typescript-eslint/rule-tester": "^8.43.0",
7170
"@typescript-eslint/types": "^8.43.0",
7271
"ansis": "^4.1.0",
73-
"cspell": "^9.2.1",
7472
"dedent": "^1.7.0",
7573
"dprint": "^0.50.1",
7674
"effect": "^3.17.13",

0 commit comments

Comments
 (0)