Needs updates from upstream
See original GitHub issueThe latest prettier is version 1.7.0 published on Sep 14. The latest prettier-miscellaneous is version 1.5.3 published July 17. I assume all this needs is to merge in the latest updates from prettier?
(There are some bug fixes in the latest prettier – prettier-miscellaneous formats function f(): void {}
as function f(): void{}
, while prettier leaves it alone.)
Issue Analytics
- State:
- Created 6 years ago
- Reactions:9
- Comments:7
Top Results From Across the Web
How do I update or sync a forked repository on GitHub?
Past the initial upstream setup and master checkout, all you need to do is run the following command to sync your master with...
Read more >Syncing a fork - GitHub Docs
Review the details about the commits from the upstream repository, then click Update branch. Sync fork modal with "Update branch" button emphasized.
Read more >Pull updates from upstream repository into fork - GitLab.org
When I fork a project, I want to be able to keep it up to date with the upstream project easily if not...
Read more >Git Forks and Upstreams: How-to and a cool tip - Atlassian
Git upstreams are key to keeping track of project changes. Our tutorial will get you started using git upstream and forks to maintain...
Read more >Chapter 32 Get upstream changes for a fork
Ideally, your local main branch has upstream/main as its upstream tracking branch. Even you have a correctly configured upstream remote, this is worth...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The current version eg. doesn’t seem to support the new React.Fragment
<> </>
syntax. What is blocking an update from upstream?I published
prettierx
fork with a couple features from this fork (--space-before-function-paren
and--align-object-properties
) as well as--no-indent-chains
(proposed in PR #33) based on recent prettier version (1.6.0-dev), hope it will help someone:)