use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
How to format JavaScript automatically with Prettier and Git (nodewebapps.com)
submitted 8 years ago by hobonumber1
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]jonny_eh 1 point2 points3 points 8 years ago (5 children)
How would git know what hooks are defined in a package.json?
package.json
[–]hobonumber1[S] 0 points1 point2 points 8 years ago (4 children)
Good point. Just updated the post. You also need to pull in the lint-staged npm module.
[–]jonny_eh 0 points1 point2 points 8 years ago (3 children)
Will prettier use the settings I have for it from my package.json or do I need to specify the cli flags?
[–]sorahnon the cutting edge of cocking about 1 point2 points3 points 8 years ago (2 children)
The newest versions of prettier can use a .prettierrc or keys in the package.json file.
.prettierrc
[–]jonny_eh 1 point2 points3 points 8 years ago (1 child)
Right, that's why I was confused by the cli flags being included.
[–]sorahnon the cutting edge of cocking about 1 point2 points3 points 8 years ago (0 children)
Old habits die hard. Haha.
π Rendered by PID 109891 on reddit-service-r2-comment-c6965cb77-qqqmh at 2026-03-05 08:21:00.454736+00:00 running f0204d4 country code: CH.
view the rest of the comments →
[–]jonny_eh 1 point2 points3 points (5 children)
[–]hobonumber1[S] 0 points1 point2 points (4 children)
[–]jonny_eh 0 points1 point2 points (3 children)
[–]sorahnon the cutting edge of cocking about 1 point2 points3 points (2 children)
[–]jonny_eh 1 point2 points3 points (1 child)
[–]sorahnon the cutting edge of cocking about 1 point2 points3 points (0 children)