• cycoder@programming.dev
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    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.