-
Notifications
You must be signed in to change notification settings - Fork 41
Prettify all the code (ie run prettier) #33
Copy link
Copy link
Open
Description
I followed this blogpost to run prettier on this repo.
This was the command I used to run prettier
git filter-branch -f --tree-filter '\
prettier --single-quote \
--trailing-comma es5 \
--print-width=100 --write "**/**.js" || \
echo “Error formatting, possibly invalid JS“' -- --all
I pushed the branch with the rewritted git history to my repo
https://github.com/sudarshang/react-tweet/tree/prettify
Would you be interested in doing a force merge of that branch? I don't have any strong opinions about prettier options. If you want to use another set of options that would be totally fine with me. Since I started with prettier working without automated code formatting has become very difficult for me.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels