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 type errors #298

Merged
merged 3 commits into from
Mar 4, 2025
Merged

fix: fix type errors #298

merged 3 commits into from
Mar 4, 2025

Conversation

yeonjuan
Copy link
Owner

@yeonjuan yeonjuan commented Mar 3, 2025

fixes #297

yeonjuan added 3 commits March 3, 2025 22:09

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@yeonjuan yeonjuan marked this pull request as ready for review March 4, 2025 13:14
@yeonjuan yeonjuan merged commit ff8fed5 into main Mar 4, 2025
6 checks passed
@yeonjuan yeonjuan deleted the fix-types-2 branch March 4, 2025 13:16
Copy link

codecov bot commented Mar 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.61%. Comparing base (1370e7f) to head (4ecdb35).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #298   +/-   ##
=======================================
  Coverage   98.61%   98.61%           
=======================================
  Files          69       69           
  Lines        2025     2026    +1     
  Branches      560      558    -2     
=======================================
+ Hits         1997     1998    +1     
  Misses         28       28           
Flag Coverage Δ
unittest 98.61% <100.00%> (+<0.01%) ⬆️

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/attrs-newline.js 94.00% <100.00%> (-0.24%) ⬇️
...ackages/eslint-plugin/lib/rules/element-newline.js 98.07% <ø> (ø)
...es/eslint-plugin/lib/rules/id-naming-convention.js 97.36% <ø> (ø)
packages/eslint-plugin/lib/rules/indent/indent.js 99.43% <100.00%> (+<0.01%) ⬆️
packages/eslint-plugin/lib/rules/lowercase.js 100.00% <ø> (ø)
...kages/eslint-plugin/lib/rules/max-element-depth.js 100.00% <ø> (ø)
...kages/eslint-plugin/lib/rules/no-abstract-roles.js 100.00% <ø> (ø)
...ages/eslint-plugin/lib/rules/no-accesskey-attrs.js 100.00% <ø> (ø)
...ges/eslint-plugin/lib/rules/no-aria-hidden-body.js 100.00% <ø> (ø)
...ages/eslint-plugin/lib/rules/no-duplicate-attrs.js 100.00% <ø> (ø)
... and 41 more

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.

Type paths are invalid when published
1 participant