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

feat: [require-closing-tags] Add allowSelfClosingCustom options (fix #99) #109

Merged
merged 1 commit into from
Sep 29, 2022

Conversation

yeonjuan
Copy link
Owner

@yeonjuan yeonjuan commented Sep 26, 2022

@yeonjuan yeonjuan changed the title feat: [require-closing-tags] Add allowSelfClosingCustom options (fix #90) feat: [require-closing-tags] Add allowSelfClosingCustom options (fix #99) Sep 26, 2022
@codecov
Copy link

codecov bot commented Sep 26, 2022

Codecov Report

Merging #109 (e02ad38) into main (8b670a2) will decrease coverage by 0.10%.
The diff coverage is 93.75%.

@@            Coverage Diff             @@
##             main     #109      +/-   ##
==========================================
- Coverage   97.65%   97.55%   -0.11%     
==========================================
  Files          42       42              
  Lines         811      818       +7     
  Branches      188      195       +7     
==========================================
+ Hits          792      798       +6     
- Misses         16       17       +1     
  Partials        3        3              
Flag Coverage Δ
unittest 97.55% <93.75%> (-0.11%) ⬇️

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

Impacted Files Coverage Δ
...es/eslint-plugin/lib/rules/require-closing-tags.js 97.50% <93.75%> (-2.50%) ⬇️

@yeonjuan yeonjuan merged commit c4368e1 into main Sep 29, 2022
@yeonjuan yeonjuan deleted the allow-self-closing-options branch September 29, 2022 05:31
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.

Option to allow any element as self-closing
1 participant