[-] cycoder@programming.dev 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.

cycoder

joined 1 year ago