Fix: ignore lines with empty elements (fixes #12756)#14837
Fix: ignore lines with empty elements (fixes #12756)#14837btmills merged 3 commits intoeslint:masterfrom
Conversation
|
Hi @boutahlilsoufiane!, thanks for the Pull Request The first commit message isn't properly formatted. We ask that you update the message to match this format, as we use it to generate changelogs and automate releases.
Read more about contributing to ESLint here |
3 similar comments
|
Hi @boutahlilsoufiane!, thanks for the Pull Request The first commit message isn't properly formatted. We ask that you update the message to match this format, as we use it to generate changelogs and automate releases.
Read more about contributing to ESLint here |
|
Hi @boutahlilsoufiane!, thanks for the Pull Request The first commit message isn't properly formatted. We ask that you update the message to match this format, as we use it to generate changelogs and automate releases.
Read more about contributing to ESLint here |
|
Hi @boutahlilsoufiane!, thanks for the Pull Request The first commit message isn't properly formatted. We ask that you update the message to match this format, as we use it to generate changelogs and automate releases.
Read more about contributing to ESLint here |
|
Hi @boutahlilsoufiane!, thanks for the Pull Request The first commit message isn't properly formatted. We ask that you update the message to match this format, as we use it to generate changelogs and automate releases.
Read more about contributing to ESLint here |
|
Hi @boutahlilsoufiane!, thanks for the Pull Request The first commit message isn't properly formatted. We ask that you update the message to match this format, as we use it to generate changelogs and automate releases.
Read more about contributing to ESLint here |
bac30b0 to
faf9392
Compare
|
Hi @boutahlilsoufiane!, thanks for the Pull Request The pull request title isn't properly formatted. We ask that you update the message to match this format, as we use it to generate changelogs and automate releases.
Read more about contributing to ESLint here |
|
Hi @boutahlilsoufiane!, thanks for the Pull Request The pull request title isn't properly formatted. We ask that you update the message to match this format, as we use it to generate changelogs and automate releases.
Read more about contributing to ESLint here |
nzakas
left a comment
There was a problem hiding this comment.
Thanks for picking this up. The change looks good, just a note on the tests.
23c02f5 to
629fb35
Compare
nzakas
left a comment
There was a problem hiding this comment.
LGTM. I’d just like another set of eyes before merging.
Prerequisites checklist
What is the purpose of this pull request? (put an "X" next to an item)
[X] Bug fix
What changes did you make? (Give an overview)
Fix the issue here: #12756
This PR fixes a bug in the rule comma-style, it ignores lines that are only made of empty elements.
This is an example:
Is there anything you'd like reviewers to focus on?
No.