cycoder

joined 2 years ago
[โ€“] [email protected] 5 points 2 years ago* (last edited 2 years 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.