File tree Expand file tree Collapse file tree 4 files changed +0
-743
lines changed Expand file tree Collapse file tree 4 files changed +0
-743
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ pnpm run lint:deps # Check dependency cycles with skott
6060pnpm run lint:ts # TypeScript check across packages
6161pnpm run lint:es # ESLint check
6262pnpm run lint:publish # Check package.json publishing config
63- pnpm run lint:spell # Spell check with cspell
6463
6564# Format code
6665pnpm run format:write # Format with dprint
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments