chore: automated code quality improvements using npx - #8415
chore: automated code quality improvements using npx#8415saurabhhhcodes wants to merge 1 commit into
Conversation
|
Someone is attempting to deploy a commit to the jhasourav07's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
👋 Hey @saurabhhhcodes! Thanks for your contribution! 🎉 Unfortunately, this PR has been automatically closed because it is not linked to any open issue. To resolve this, please do the following:
We look forward to reviewing your PR once an issue is linked! 🚀 |
|
This pull request focuses on automated code quality fixes using tools like ESLint and Prettier, which helps maintain code consistency and readability. It's worth noting that similar past decisions have emphasized the importance of type safety and validation in our codebase, such as the addition of TypeScript compiler validation tests for various components. These practices collectively contribute to a more robust and maintainable codebase. Thank you for your contributions! |
Automated code quality improvements using official language tools.
Tools applied: npx
Diff stats:
.prettierrc | 2 -
app/admin/reviews/page.tsx | 1 -
app/compare/CompareClient.tsx | 2 +-
app/components/LandingPageClient.tsx | 3 +-
app/customize/page.tsx | 5 +-
.../components/sections/CommitPulseSection.tsx | 3 +-
.../components/sections/RepoSpotlightSection.tsx | 1 -
components/InteractiveViewer.tsx | 79 ++++++++++++----------
components/burnout/BurnoutRiskTable.tsx | 7 +-
components/dashboard/ArchitectureVisualizer.tsx | 1 -
.../dashboard/PRInsights/PRStatusDistribution.tsx | 1 -
components/dashboard/ProfileOptimizerModal.tsx | 2 +-
hooks/useLocalStorage.ts | 1 -
types/achievements.ts | 6 +-
14 files changed, 59 insertions(+), 55 deletions(-)
This PR contains only automated fixes from linters/formatters (eslint, prettier, black, rustfmt, etc.).
No manual changes or AI-generated code.