-
Notifications
You must be signed in to change notification settings - Fork 10
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
Too many "printWidth not set" warnings #198
Comments
Does it go away if you set printWidth in prettier's config? |
🎉 This issue has been resolved in version 2.2.10 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I'm not using a Prettier config in that project, I'm using the defaults. |
We actually have the "always use defaults" policy for Prettier for all our projects. We don't use custom Prettier configs (with some rare exceptions when we need to use some experimental feature, like Glimmer parser). And I don't see why this warning has to exist at all. The lack of a Prettier config or the lack of the |
That's a good point. Hmm I guess if we could get the prettier default value from prettier itself, instead of hard coding, this custom stuff can all go away |
If this data is used, then we don't need to warn or use a hard-coded value. the upstream default can be used, which is much safer |
added here: #202 if there are any issues, pls let me know. |
eslint-plugin-decorator-position is spamming my terminal, it gives me the "printWidth not set" warning for every file:
That's not useful.
The text was updated successfully, but these errors were encountered: