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

Unbreak ESLint #219628

Closed
wants to merge 7 commits into from
Closed

Unbreak ESLint #219628

wants to merge 7 commits into from

Conversation

arvid220u
Copy link
Contributor

@arvid220u arvid220u commented Jul 2, 2024

Since 13a88a8, I believe that yarn eslint has been broken. It runs for 10 seconds and reports a success.

The problem, I believe, is that gulp-eslint does not parse double exclamation marks. This PR changes the double exclamation mark into no exclamation mark at all, which makes eslint work again, and which I believe also makes the original intent of the 13a88a8 commit work.

There seems to be a few lints that have gone unnoticed because of this, but I will leave that to subsequent PRs by the respective code owners.

I might be missing something! But figured I'd send it here in case I'm not :)

@dbaeumer
Copy link
Member

dbaeumer commented Jul 3, 2024

Great catch.

@dbaeumer dbaeumer enabled auto-merge July 3, 2024 08:08
@VSCodeTriageBot VSCodeTriageBot added this to the July 2024 milestone Jul 3, 2024
@dbaeumer
Copy link
Member

dbaeumer commented Jul 5, 2024

@arvid220u your change doesn't pass the build pipeline since you formatted the code with spaces instead of tabs. I will redo the change.

@dbaeumer
Copy link
Member

dbaeumer commented Jul 5, 2024

See #220037 for the merged pull request. To get this in all reported errors needed to fixed as well.

@dbaeumer dbaeumer closed this Jul 5, 2024
auto-merge was automatically disabled July 5, 2024 10:35

Pull request was closed

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.

None yet

5 participants