Hacker News new | ask | show | jobs
by mostlylurks 939 days ago
If I don't remember wrong, doesn't it put object destructurings on one line if they fit? That's both less readable than putting each destructured member on its own line as well as a cause of unnecessary whitespace changes in your commit history if you ever add one more field to the destructuring that takes it over the line length limit.
1 comments

Add a comment anywhere in the destructuring and it will force each property onto its own line.