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: allow some case-sensitive svg attributes in lowercase rule #178

Merged
merged 1 commit into from
Jan 27, 2024

Conversation

yeonjuan
Copy link
Owner

fixes #177

Copy link

codecov bot commented Jan 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f115e95) 98.27% compared to head (823ed19) 98.30%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #178      +/-   ##
==========================================
+ Coverage   98.27%   98.30%   +0.02%     
==========================================
  Files          47       48       +1     
  Lines        1102     1121      +19     
  Branches      285      289       +4     
==========================================
+ Hits         1083     1102      +19     
  Misses         19       19              
Flag Coverage Δ
unittest 98.30% <100.00%> (+0.02%) ⬆️

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

Files Coverage Δ
...-plugin/lib/constants/svg-camel-case-attributes.js 100.00% <100.00%> (ø)
packages/eslint-plugin/lib/rules/lowercase.js 100.00% <100.00%> (ø)

@yeonjuan yeonjuan merged commit 42c7e60 into main Jan 27, 2024
4 checks passed
@yeonjuan yeonjuan deleted the fix177 branch January 27, 2024 07:11
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.

lowercase rule should be able to ignore specific attributes
1 participant