-
Notifications
You must be signed in to change notification settings - Fork 18
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: adjust formatting in locales.hbs so it matches ESLint rules #466
Conversation
Nice, thanks @HendrikThePendric ! I think this is fine and a good plan, however platform apps shouldn't break on files in |
Just to be clear: no nothing breaks, you're completely right. I'll explain what triggered me to create this PR: |
Right, but I think |
Yeah good point.... I hadn't really seen this happen in other apps I ported to the app-platform. I've just verified two things: So not sure what's going there... However, regardless of all of this it would still be nice if the formatted file is compliant with our current set of lint rules. |
@HendrikThePendric looks like that app has a custom .eslintignore - maybe try removing it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change LGTM!
Yes that was it 🎉 Thanks for that. |
🎉 This PR is included in version 5.2.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This is primarily just a quick fix to prevent the
yarn lint
command from listing these formatting errors in app-platform apps.