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
{{ message }}
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
Applying refmt to code brings back and semicolons that were removed. The proposal here is to provide an option (like prettiers "semi": false) that would remove as many semicolons as it can.
Ideally this would follow a convention like a json file or within package.json or bsconfig.json so that the config is automatically read and applied.
Some other similar options would also be useful, like prettier's "trailingComma": "none" and "arrowParens": "avoid"
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Applying
refmt
to code brings back and semicolons that were removed. The proposal here is to provide an option (likeprettier
s"semi": false
) that would remove as many semicolons as it can.Ideally this would follow a convention like a json file or within
package.json
orbsconfig.json
so that the config is automatically read and applied.Some other similar options would also be useful, like prettier's
"trailingComma": "none"
and"arrowParens": "avoid"
The text was updated successfully, but these errors were encountered: