Skip to content

feat: implement language plugin #323

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

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Draft

feat: implement language plugin #323

wants to merge 14 commits into from

Conversation

yeonjuan
Copy link
Owner

fixes #288

Copy link

codecov bot commented Apr 25, 2025

Codecov Report

Attention: Patch coverage is 83.63636% with 18 lines in your changes missing coverage. Please review.

Project coverage is 97.96%. Comparing base (2028683) to head (6eaef58).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...es/eslint-plugin/lib/languages/html-source-code.js 72.72% 15 Missing and 3 partials ⚠️

❌ Your patch check has failed because the patch coverage (83.63%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #323      +/-   ##
==========================================
- Coverage   98.72%   97.96%   -0.77%     
==========================================
  Files          73       76       +3     
  Lines        2199     2309     +110     
  Branches      604      633      +29     
==========================================
+ Hits         2171     2262      +91     
- Misses         28       44      +16     
- Partials        0        3       +3     
Flag Coverage Δ
unittest 97.96% <83.63%> (-0.77%) ⬇️

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

Files with missing lines Coverage Δ
packages/eslint-plugin/lib/index.js 100.00% <100.00%> (ø)
...kages/eslint-plugin/lib/languages/html-language.js 100.00% <100.00%> (ø)
...eslint-plugin/lib/languages/html-traversal-step.js 100.00% <100.00%> (ø)
packages/eslint-plugin/tests/rule-tester.js 95.23% <100.00%> (-4.77%) ⬇️
...es/eslint-plugin/lib/languages/html-source-code.js 72.72% <72.72%> (ø)
🚀 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.

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.

support eslint 9 language features
1 participant