You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Would it be possible to configure jsPrettier to only format on save if it detects a prettier config file—.prettierrc, prettier.config.js, package.json—and disabled if not. Bonus if I could format current file manually regardless.
Maybe the "auto_format_on_save" could take false | true | "config-present"?
The text was updated successfully, but these errors were encountered:
Hi,
Would it be possible to configure jsPrettier to only format on save if it detects a prettier config file—.prettierrc, prettier.config.js, package.json—and disabled if not. Bonus if I could format current file manually regardless.
Maybe the
"auto_format_on_save"
could takefalse | true | "config-present"
?The text was updated successfully, but these errors were encountered: