this post was submitted on 13 Jun 2023
121 points (99.2% liked)

Programmer Humor

19590 readers
548 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
121
submitted 1 year ago* (last edited 1 year ago) by Ategon to c/programmer_humor
 
you are viewing a single comment's thread
view the rest of the comments
[–] cycoder 5 points 1 year ago* (last edited 1 year ago)

You could just have your own local prettier rules which will format things how you want while you work on them, then use something like lint-staged to run the standard prettier rules for your org on commit. That way you work how you wish, and the project gets the files how they wish.