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

Commit linter auto-fixes across JS and JSX files #4694

Merged
merged 1 commit into from
May 31, 2021

Conversation

david-poindexter
Copy link
Contributor

Summary

Some dependency bot, somewhere along the way, turned on auto-fix. This is simply to commit those auto-fixes by the linter. This will help prevent huge diffs on every local build. Yay!

Some dependency bot, somewhere along the way, turned on auto-fix. This is simply to commit those auto-fixes by the linter. This will help prevent huge diffs on every local build. Yay!
Copy link
Contributor

@valadas valadas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looked at each file in detail, it's mostly whitespace changes, some missing semi-colons, harmonizing strings to use double quotes (which I think makes sense in a C#/JS project like this). My main concern was some changes from var to let but inspected them all and they make sense to me.

This is hard to review in the browser, if anyone else decides to go into details of this one, I recommend using the github visual studio extension to review.

@david-poindexter david-poindexter requested a review from donker May 31, 2021 21:59
@donker donker merged commit a3cd234 into dnnsoftware:develop May 31, 2021
@david-poindexter david-poindexter deleted the linter branch July 3, 2021 17:23
@valadas valadas modified the milestones: 9.9.2, 9.10.0 Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants