Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Remove husky and prettier in favor of eslint #2550

Open
wants to merge 3 commits into
base: alpha
Choose a base branch
from

Conversation

dplewis
Copy link
Member

@dplewis dplewis commented Apr 2, 2025

Pull Request

Issue

Using husky adds significant time when committing code. Per commit can take up to 10 seconds of wait time.

Prettier formats the code which can managed by eslint.
Running prettier then eslint has errors which required --fix. This PR fixes those lint issues so prettier can be removed.

Closes: #2251

Approach

  • Update eslint config to match prettier switch statements indents
  • Refactor reverse order for loops
  • Runs prettier one last time without eslint --fix, basically eslint now has prettier rules without the need for prettier.

Copy link

parse-github-assistant bot commented Apr 2, 2025

🚀 Thanks for opening this pull request!

Copy link

codecov bot commented Apr 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (c7015ba) to head (0a12d0d).
Report is 8 commits behind head on alpha.

Additional details and impacted files
@@            Coverage Diff            @@
##             alpha     #2550   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           64        64           
  Lines         6238      6238           
  Branches      1464      1448   -16     
=========================================
  Hits          6238      6238           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dplewis dplewis requested a review from a team April 2, 2025 13:45
@mtrezza
Copy link
Member

mtrezza commented Apr 2, 2025

Removing husky? Now I like the sound of that!

@dplewis
Copy link
Member Author

dplewis commented Apr 2, 2025

This is ready to merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants