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

feat(semi-spacing): support handling typescript #687

Merged
merged 3 commits into from
Feb 18, 2025

Conversation

zzxming
Copy link
Contributor

@zzxming zzxming commented Feb 17, 2025

Description

add ts node check

Linked Issues

close #680

Additional context

I am not sure if this can include all ts related semicolon checks. if there is any obvious omission, I can add it

Copy link

codecov bot commented Feb 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.25%. Comparing base (c83ce20) to head (719e39c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #687   +/-   ##
=======================================
  Coverage   96.24%   96.25%           
=======================================
  Files         121      122    +1     
  Lines       20335    20375   +40     
  Branches     4831     4835    +4     
=======================================
+ Hits        19571    19611   +40     
  Misses        764      764           

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

@antfu antfu requested a review from 9romise February 17, 2025 17:01
@antfu antfu changed the title feat(semi-spacing): support typescript feat(semi-spacing): support handling typescript Feb 18, 2025
@antfu antfu added this pull request to the merge queue Feb 18, 2025
Merged via the queue into eslint-stylistic:main with commit 8b76c93 Feb 18, 2025
11 checks passed
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.

semi-spacing: no support in types and interfaces
2 participants