You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I raise fixes on JSON files, github runs prettier on my file, making it impossible to see the delicate changes I actually have made. Example: #168
I could .prettierignore my way around this, but that isn't fixing the root problem.
Options:
Ensure that the webhook deploy of JSONs are subjected to prettier so ALL files are formatted according to the convention
Reconfigure prettier (and make it catch erronous , in JSON files now we're at it)
Remove prettier altogether
Patch-hack file by file (bad)
Accept as is where any manual corrections result in huge, impossible to read PRs (bad)
The text was updated successfully, but these errors were encountered:
Strange but I cant repeat this issue with my setup. macBook pro, Github Desktop client, Sublime Text editor. When I make a commit, there is no prettier reformatting happening on GitHub side.
When I raise fixes on JSON files, github runs prettier on my file, making it impossible to see the delicate changes I actually have made. Example: #168
I could
.prettierignore
my way around this, but that isn't fixing the root problem.Options:
,
in JSON files now we're at it)The text was updated successfully, but these errors were encountered: