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(linter): fix property order issues in browser files #25829

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

caugner
Copy link
Contributor

@caugner caugner commented Jan 31, 2025

Summary

Ensures that property order issues in browser files are not only reported by npm run lint, but also fixed by npm run lint:fix.

Test results and supporting details

Related issues

Fixes #25826.

@github-actions github-actions bot added infra Infrastructure issues (npm, GitHub Actions, releases) of this project linter Issues or pull requests regarding the tests / linter of the JSON files. size:xs [PR only] 0-6 LoC changed labels Jan 31, 2025
@queengooborg queengooborg merged commit b86967a into main Feb 4, 2025
11 checks passed
@queengooborg queengooborg deleted the 25826-fix-browsers-property-order branch February 4, 2025 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra Infrastructure issues (npm, GitHub Actions, releases) of this project linter Issues or pull requests regarding the tests / linter of the JSON files. size:xs [PR only] 0-6 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Property sorting errors aren't fixed by npm run fix
2 participants