-
Notifications
You must be signed in to change notification settings - Fork 0
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
run prettier on all JS files in a monolithic make-things-pretty PR #119
Comments
I spent about a day doing this already to close #29 I don't plan to do that again. I won't approve PRs that have failing CI checks. |
you fixed linting, but you did not fix all the things that prettier wants to force us to do, so now whenever someone touches a JS file, prettier is going to force us to make all these formatting changes to things that have been there since long ago. I'm not asking to submit PRs with un-pretty or un-linty lines (in the precise changes that I made in that PR). I'm asking that when I submit a PR I'm not forced to fix formatting that is not related to the PR. If you just make it do all the fixes you want it to do now, I'll be happy submitting PRs against the super awesome, beautiful, perfect code that is already there. |
Please see: #115 (comment) That has already been done. The changes were not "formatting", and were entirely related to your PR. |
you're mixing up what the linter does and what prettier does.... they're not the same |
pacta-dashboard-svelte/package.json Line 13 in e3f8f5a
|
you know what |
Originally posted by @cjyetman in #115 (comment)
The text was updated successfully, but these errors were encountered: