Conversation
- Add pre-commit hook running lint-staged - Add pre-push hook running typecheck - Add husky and knip as devDependencies - Add 'check:unused' and 'prepare' scripts - Sort devDependencies alphabetically
- Delete .ncurc.json (ncu config no longer needed) - Delete tailwind.config.ts (Tailwind v4 uses CSS-first config in globals.css)
Component was deleted as part of the redesign; dependency is no longer needed.
Remove unused functions, types, store selectors, hooks, and template wrapper files identified by Knip unused code analysis. Includes removal of: - Unused utility functions (getSvgBorderRadius, hslToHex, formatBytes, etc.) - Dead store modules (cache, storage-adapter, user-preferences) and selectors - Unused hooks (useCardAutoSave, useIsMobile) - Individual SVG template wrapper files replaced by shared templates - Dead exports from error-tracking, csp-config, card-data, and google-analytics - Unused types (UserStats, CardsDocument, UserDocument, ExampleCardVariant)
Alphabetize export groups by module name and remove redundant section comments.
Add consistent spacing in import statements across lib and test files.
Remove comments that merely restate the code, section header comments, and overly verbose inline annotations across lib, test, and config files.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Please double check the following review of the pull request:
Changes in the diff
Identified IssuesNo issues found because the diff is empty. No code changes to review or test. Please provide the actual code changes for review. Summon me to re-review when updated! Yours, Gooroo.dev |
|
Important Review skippedToo many files! This PR contains 246 files, which is 96 over the limit of 150. ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (246)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can scan for known vulnerabilities in your dependencies using OSV Scanner.OSV Scanner will automatically detect and report security vulnerabilities in your project's dependencies. No additional configuration is required. |
|


No description provided.