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

refactor: fix lint error #342

Merged
merged 1 commit into from
Feb 24, 2023
Merged

refactor: fix lint error #342

merged 1 commit into from
Feb 24, 2023

Conversation

ytjmt
Copy link
Contributor

@ytjmt ytjmt commented Feb 23, 2023

This PR fixes CI failure in Run pnpm lint:

Run pnpm lint

> h3@1.5.0 lint /home/runner/work/h3/h3
> eslint --cache --ext .ts,.js,.mjs,.cjs . && prettier -c src test playground

Checking formatting...
[warn] src/utils/session.ts
[warn] Code style issues found in the above file. Forgot to run Prettier?
 ELIFECYCLE  Command failed with exit code 1.
Error: Process completed with exit code 1.

@codecov
Copy link

codecov bot commented Feb 23, 2023

Codecov Report

Merging #342 (0e97eca) into main (abe7ddb) will decrease coverage by 0.10%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #342      +/-   ##
==========================================
- Coverage   74.66%   74.57%   -0.10%     
==========================================
  Files          26       26              
  Lines        2333     2336       +3     
  Branches      367      367              
==========================================
  Hits         1742     1742              
- Misses        591      594       +3     
Impacted Files Coverage Δ
src/utils/session.ts 21.65% <0.00%> (-0.31%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@pi0 pi0 merged commit 6b388df into unjs:main Feb 24, 2023
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.

None yet

3 participants