Merged
Conversation
✅ Deploy Preview for ember-styleguide ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Windvis
commented
Feb 22, 2026
3ae0ce6 to
e148d27
Compare
This updates the eslint, prettier and stylelint setups to match the 6.8 blueprint as close as possible. This prepares the repo for .gjs files.
e148d27 to
95f7b9e
Compare
kategengler
approved these changes
Mar 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To prepare the repo for .gjs files we update the linting setup first. This copied over the setup from a 6.8 blueprint since .gjs files is supported out of the box there.
There are a quite of bit of changed files because I ran Prettier. Some files disabled the prettier eslint rule and weren't formatted, and .hbs files weren't being formatted either. I could try to work around that if needed, but it didn't seem worth the effort and it's contained in a single commit as well.