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

fix: fix base indent in template literals #242

Merged
merged 1 commit into from
Dec 3, 2024
Merged

fix: fix base indent in template literals #242

merged 1 commit into from
Dec 3, 2024

Conversation

yeonjuan
Copy link
Owner

@yeonjuan yeonjuan commented Dec 3, 2024

fixes #241

@yeonjuan yeonjuan merged commit d68884b into main Dec 3, 2024
5 checks passed
Copy link

codecov bot commented Dec 3, 2024

Codecov Report

Attention: Patch coverage is 93.02326% with 3 lines in your changes missing coverage. Please review.

Project coverage is 97.99%. Comparing base (4990e2d) to head (04ba31c).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
packages/eslint-plugin/lib/rules/indent.js 93.02% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #242      +/-   ##
==========================================
- Coverage   98.13%   97.99%   -0.15%     
==========================================
  Files          57       57              
  Lines        1556     1596      +40     
  Branches      418      428      +10     
==========================================
+ Hits         1527     1564      +37     
- Misses         29       32       +3     
Flag Coverage Δ
unittest 97.99% <93.02%> (-0.15%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
packages/eslint-plugin/lib/rules/indent.js 97.82% <93.02%> (-2.18%) ⬇️

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.

Starting point of indent for @html-eslint/indent with HTML Javascript template literals
1 participant