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

chore(lint): ESLint v9 #3393

Merged
merged 3 commits into from
Sep 12, 2024
Merged

chore(lint): ESLint v9 #3393

merged 3 commits into from
Sep 12, 2024

Conversation

yusukebe
Copy link
Member

@yusukebe yusukebe commented Sep 8, 2024

Migrate Linter to ESLint v9.

Updated @hono/eslint-config. This supports ESLint v9 with a flat config. And it uses eslint-plugin-import-x instead of sort-imports. The method of sorting the import statements has been changed.

The author should do the following, if applicable

  • Add tests
  • Run tests
  • bun run format:fix && bun run lint:fix to format the code
  • Add TSDoc/JSDoc to document the code

Copy link

codecov bot commented Sep 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.77%. Comparing base (e0d17a3) to head (3b3417b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3393      +/-   ##
==========================================
- Coverage   95.78%   95.77%   -0.01%     
==========================================
  Files         154      154              
  Lines        9313     9312       -1     
  Branches     2755     2760       +5     
==========================================
- Hits         8920     8919       -1     
  Misses        393      393              

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

@yusukebe yusukebe merged commit 5f78e4e into main Sep 12, 2024
14 checks passed
@yusukebe yusukebe deleted the chore/eslint-v9 branch September 12, 2024 03:05
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.

1 participant